Html Css Color HEX #DECA05 Sunflower

📋 copy color: '#DECA05'

red 222 ◦ green 202 ◦ blue 5

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

Shades of Sunflower #DECA05

Tints of Sunflower #DECA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 51.75%
G = 47.09%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DECA05 (or 0xDECA05) is known color: Sunflower. HEX triplet: DE, CA and 05. RGB value is (222,202,5). Sum of RGB (Red+Green+Blue) = 222+202+5=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA05 is #2135FA. Grayscale: #BABABA. Windows color (decimal): -2176507 or 379614. OLE color: 379614.

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

Color convert

RGB 222 202 5 -
CMYK 0 0.09 0.98 0.13
HSL 54.47º 0.96% 0.45% -
HSV(B) 54.47º 0.98% 0.87% -
XYZ 51.27 57.78 8.59 -
YUV 185.52 26.13 154.02 -
System Red Green Blue C M Y K H S L
Decimal 222 202 5 0 0.09 0.98 0.13 54.47 0.96 0.45
Hex DE CA 5 0 9 62 D 36 60 2D
Octal 336 312 5 0 11 142 15 66 140 55
Binary 11011110 11001010 101 0 1001 1100010 1101 110110 1100000 101101

Color Harmonies of #DECA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA05

Black with #DECA05

Text Example


Text Example

White with #DECA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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