Html Css Color HEX #DECD14 Sunflower

📋 copy color: '#DECD14'

red 222 ◦ green 205 ◦ blue 20

#DECD14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DECD14

Tints of Sunflower #DECD14

RGB

 RED value IS 222 (87.11% from 255) = 49.66%

 GREEN value IS 205 (80.47% from 255) = 45.86%

 BLUE value IS 20 (8.2% from 255) = 4.47%

R = 49.66%
G = 45.86%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DECD14 (or 0xDECD14) is known color: Sunflower. HEX triplet: DE, CD and 14. RGB value is (222,205,20). Sum of RGB (Red+Green+Blue) = 222+205+20=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD14 is #2132EB. Grayscale: #BDBDBD. Windows color (decimal): -2175724 or 1363422. OLE color: 1363422.

HSL color Cylindrical-coordinate representation of color #DECD14: hue angle of 54.95º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DECD14 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 205 20 -
CMYK 0 0.08 0.91 0.13
HSL 54.95º 0.83% 0.47% -
HSV(B) 54.95º 0.91% 0.87% -
XYZ 52.08 59.24 9.35 -
YUV 188.99 32.63 151.54 -
System Red Green Blue C M Y K H S L
Decimal 222 205 20 0 0.08 0.91 0.13 54.95 0.83 0.47
Hex DE CD 14 0 8 5B D 37 53 2F
Octal 336 315 24 0 10 133 15 67 123 57
Binary 11011110 11001101 10100 0 1000 1011011 1101 110111 1010011 101111

Color Harmonies of #DECD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECD14

Black with #DECD14

Text Example


Text Example

White with #DECD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECD14; }

 p { color: rgb(222,205,20); }

 H1.HeaderClassName
 {
   color: #DECD14;
 }
 .AnyTagClassName
 {
   color: #DECD14;
 }
</style>

background-color css

<style>
 a { background-color: #DECD14; }

 a { background-color: rgb(222,205,20); }

 div.DivClassName
 {
   background-color: #DECD14;
 }
 .BgClassName
 {
   background-color: #DECD14;
 }
</style>

border-color css

<style>
 span { border-color: #DECD14; }

 span { border-color: rgb(222,205,20); }

 td.TdClassName
 {
   border-color: #DECD14;
 }
 .TagClassName
 {
   border-color: #DECD14;
 }
</style>