Html Css Color HEX #DECC16 Sunflower

📋 copy color: '#DECC16'

red 222 ◦ green 204 ◦ blue 22

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

Shades of Sunflower #DECC16

Tints of Sunflower #DECC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 22 (8.98% from 255) = 4.91%

R = 49.55%
G = 45.54%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DECC16 (or 0xDECC16) is known color: Sunflower. HEX triplet: DE, CC and 16. RGB value is (222,204,22). Sum of RGB (Red+Green+Blue) = 222+204+22=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC16 is #2133E9. Grayscale: #BDBDBD. Windows color (decimal): -2175978 or 1494238. OLE color: 1494238.

HSL color Cylindrical-coordinate representation of color #DECC16: hue angle of 54.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DECC16 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 204 22 -
CMYK 0 0.08 0.90 0.13
HSL 54.6º 0.82% 0.48% -
HSV(B) 54.6º 0.9% 0.87% -
XYZ 51.86 58.77 9.37 -
YUV 188.63 33.96 151.8 -
System Red Green Blue C M Y K H S L
Decimal 222 204 22 0 0.08 0.90 0.13 54.6 0.82 0.48
Hex DE CC 16 0 8 5A D 37 52 30
Octal 336 314 26 0 10 132 15 67 122 60
Binary 11011110 11001100 10110 0 1000 1011010 1101 110111 1010010 110000

Color Harmonies of #DECC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC16

Black with #DECC16

Text Example


Text Example

White with #DECC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC16; }

 p { color: rgb(222,204,22); }

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

background-color css

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

 a { background-color: rgb(222,204,22); }

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

border-color css

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

 span { border-color: rgb(222,204,22); }

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