Html Css Color HEX #DEC420 Sunflower

📋 copy color: '#DEC420'

red 222 ◦ green 196 ◦ blue 32

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

Shades of Sunflower #DEC420

Tints of Sunflower #DEC420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.11%

R = 49.33%
G = 43.56%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEC420 (or 0xDEC420) is known color: Sunflower. HEX triplet: DE, C4 and 20. RGB value is (222,196,32). Sum of RGB (Red+Green+Blue) = 222+196+32=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC420 is #213BDF. Grayscale: #B9B9B9. Windows color (decimal): -2178016 or 2147550. OLE color: 2147550.

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

Color convert

RGB 222 196 32 -
CMYK 0 0.12 0.86 0.13
HSL 51.79º 0.75% 0.5% -
HSV(B) 51.79º 0.86% 0.87% -
XYZ 50.12 55.11 9.36 -
YUV 185.08 41.61 154.34 -
System Red Green Blue C M Y K H S L
Decimal 222 196 32 0 0.12 0.86 0.13 51.79 0.75 0.5
Hex DE C4 20 0 C 56 D 34 4B 32
Octal 336 304 40 0 14 126 15 64 113 62
Binary 11011110 11000100 100000 0 1100 1010110 1101 110100 1001011 110010

Color Harmonies of #DEC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC420

Black with #DEC420

Text Example


Text Example

White with #DEC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC420; }

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

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

background-color css

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

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

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

border-color css

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

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

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