Html Css Color HEX #DECA01 Sunflower

📋 copy color: '#DECA01'

red 222 ◦ green 202 ◦ blue 1

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

Shades of Sunflower #DECA01

Tints of Sunflower #DECA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 52.24%
G = 47.53%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DECA01 (or 0xDECA01) is known color: Sunflower. HEX triplet: DE, CA and 01. RGB value is (222,202,1). Sum of RGB (Red+Green+Blue) = 222+202+1=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA01 is #2135FE. Grayscale: #B9B9B9. Windows color (decimal): -2176511 or 117470. OLE color: 117470.

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

Color convert

RGB 222 202 1 -
CMYK 0 0.09 1.00 0.13
HSL 54.57º 0.99% 0.44% -
HSV(B) 54.57º 1% 0.87% -
XYZ 51.25 57.77 8.48 -
YUV 185.07 24.13 154.34 -
System Red Green Blue C M Y K H S L
Decimal 222 202 1 0 0.09 1.00 0.13 54.57 0.99 0.44
Hex DE CA 1 0 9 64 D 37 63 2C
Octal 336 312 1 0 11 144 15 67 143 54
Binary 11011110 11001010 1 0 1001 1100100 1101 110111 1100011 101100

Color Harmonies of #DECA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA01

Black with #DECA01

Text Example


Text Example

White with #DECA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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