Html Css Color HEX #DECA20 Sunflower

📋 copy color: '#DECA20'

red 222 ◦ green 202 ◦ blue 32

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

Shades of Sunflower #DECA20

Tints of Sunflower #DECA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.3%

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

R = 48.68%
G = 44.3%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DECA20 (or 0xDECA20) is known color: Sunflower. HEX triplet: DE, CA and 20. RGB value is (222,202,32). Sum of RGB (Red+Green+Blue) = 222+202+32=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA20 is #2135DF. Grayscale: #BDBDBD. Windows color (decimal): -2176480 or 2149086. OLE color: 2149086.

HSL color Cylindrical-coordinate representation of color #DECA20: hue angle of 53.68º 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 #DECA20 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 202 32 -
CMYK 0 0.09 0.86 0.13
HSL 53.68º 0.75% 0.5% -
HSV(B) 53.68º 0.86% 0.87% -
XYZ 51.51 57.87 9.82 -
YUV 188.6 39.63 151.82 -
System Red Green Blue C M Y K H S L
Decimal 222 202 32 0 0.09 0.86 0.13 53.68 0.75 0.5
Hex DE CA 20 0 9 56 D 36 4B 32
Octal 336 312 40 0 11 126 15 66 113 62
Binary 11011110 11001010 100000 0 1001 1010110 1101 110110 1001011 110010

Color Harmonies of #DECA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA20

Black with #DECA20

Text Example


Text Example

White with #DECA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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