Html Css Color HEX #DEC408 Sunflower

📋 copy color: '#DEC408'

red 222 ◦ green 196 ◦ blue 8

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

Shades of Sunflower #DEC408

Tints of Sunflower #DEC408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.01%

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 52.11%
G = 46.01%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEC408 (or 0xDEC408) is known color: Sunflower. HEX triplet: DE, C4 and 08. RGB value is (222,196,8). Sum of RGB (Red+Green+Blue) = 222+196+8=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC408 is #213BF7. Grayscale: #B7B7B7. Windows color (decimal): -2178040 or 574686. OLE color: 574686.

HSL color Cylindrical-coordinate representation of color #DEC408: hue angle of 52.71º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEC408 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 196 8 -
CMYK 0 0.12 0.96 0.13
HSL 52.71º 0.93% 0.45% -
HSV(B) 52.71º 0.96% 0.87% -
XYZ 49.91 55.03 8.22 -
YUV 182.34 29.61 156.29 -
System Red Green Blue C M Y K H S L
Decimal 222 196 8 0 0.12 0.96 0.13 52.71 0.93 0.45
Hex DE C4 8 0 C 60 D 35 5D 2D
Octal 336 304 10 0 14 140 15 65 135 55
Binary 11011110 11000100 1000 0 1100 1100000 1101 110101 1011101 101101

Color Harmonies of #DEC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC408

Black with #DEC408

Text Example


Text Example

White with #DEC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC408; }

 p { color: rgb(222,196,8); }

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

background-color css

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

 a { background-color: rgb(222,196,8); }

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

border-color css

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

 span { border-color: rgb(222,196,8); }

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