Html Css Color HEX #DECA07 Sunflower

📋 copy color: '#DECA07'

red 222 ◦ green 202 ◦ blue 7

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

Shades of Sunflower #DECA07

Tints of Sunflower #DECA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 51.51%
G = 46.87%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DECA07 (or 0xDECA07) is known color: Sunflower. HEX triplet: DE, CA and 07. RGB value is (222,202,7). Sum of RGB (Red+Green+Blue) = 222+202+7=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA07 is #2135F8. Grayscale: #BABABA. Windows color (decimal): -2176505 or 510686. OLE color: 510686.

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

Color convert

RGB 222 202 7 -
CMYK 0 0.09 0.97 0.13
HSL 54.42º 0.94% 0.45% -
HSV(B) 54.42º 0.97% 0.87% -
XYZ 51.28 57.79 8.65 -
YUV 185.75 27.13 153.86 -
System Red Green Blue C M Y K H S L
Decimal 222 202 7 0 0.09 0.97 0.13 54.42 0.94 0.45
Hex DE CA 7 0 9 61 D 36 5E 2D
Octal 336 312 7 0 11 141 15 66 136 55
Binary 11011110 11001010 111 0 1001 1100001 1101 110110 1011110 101101

Color Harmonies of #DECA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA07

Black with #DECA07

Text Example


Text Example

White with #DECA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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