Html Css Color HEX #DECA02 Sunflower

📋 copy color: '#DECA02'

red 222 ◦ green 202 ◦ blue 2

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

Shades of Sunflower #DECA02

Tints of Sunflower #DECA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 52.11%
G = 47.42%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DECA02 (or 0xDECA02) is known color: Sunflower. HEX triplet: DE, CA and 02. RGB value is (222,202,2). Sum of RGB (Red+Green+Blue) = 222+202+2=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA02 is #2135FD. Grayscale: #B9B9B9. Windows color (decimal): -2176510 or 183006. OLE color: 183006.

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

Color convert

RGB 222 202 2 -
CMYK 0 0.09 0.99 0.13
HSL 54.55º 0.98% 0.44% -
HSV(B) 54.55º 0.99% 0.87% -
XYZ 51.26 57.78 8.51 -
YUV 185.18 24.63 154.26 -
System Red Green Blue C M Y K H S L
Decimal 222 202 2 0 0.09 0.99 0.13 54.55 0.98 0.44
Hex DE CA 2 0 9 63 D 37 62 2C
Octal 336 312 2 0 11 143 15 67 142 54
Binary 11011110 11001010 10 0 1001 1100011 1101 110111 1100010 101100

Color Harmonies of #DECA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA02

Black with #DECA02

Text Example


Text Example

White with #DECA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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