Html Css Color HEX #DEC418 Sunflower

📋 copy color: '#DEC418'

red 222 ◦ green 196 ◦ blue 24

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

Shades of Sunflower #DEC418

Tints of Sunflower #DEC418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.43%

R = 50.23%
G = 44.34%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEC418 (or 0xDEC418) is known color: Sunflower. HEX triplet: DE, C4 and 18. RGB value is (222,196,24). Sum of RGB (Red+Green+Blue) = 222+196+24=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC418 is #213BE7. Grayscale: #B8B8B8. Windows color (decimal): -2178024 or 1623262. OLE color: 1623262.

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

Color convert

RGB 222 196 24 -
CMYK 0 0.12 0.89 0.13
HSL 52.12º 0.8% 0.48% -
HSV(B) 52.12º 0.89% 0.87% -
XYZ 50.03 55.08 8.86 -
YUV 184.17 37.61 154.99 -
System Red Green Blue C M Y K H S L
Decimal 222 196 24 0 0.12 0.89 0.13 52.12 0.8 0.48
Hex DE C4 18 0 C 59 D 34 50 30
Octal 336 304 30 0 14 131 15 64 120 60
Binary 11011110 11000100 11000 0 1100 1011001 1101 110100 1010000 110000

Color Harmonies of #DEC418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC418

Black with #DEC418

Text Example


Text Example

White with #DEC418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC418; }

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

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

background-color css

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

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

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

border-color css

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

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

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