Html Css Color HEX #DECA21 Sunflower

📋 copy color: '#DECA21'

red 222 ◦ green 202 ◦ blue 33

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

Shades of Sunflower #DECA21

Tints of Sunflower #DECA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.22%

R = 48.58%
G = 44.2%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DECA21 (or 0xDECA21) is known color: Sunflower. HEX triplet: DE, CA and 21. RGB value is (222,202,33). Sum of RGB (Red+Green+Blue) = 222+202+33=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA21 is #2135DE. Grayscale: #BDBDBD. Windows color (decimal): -2176479 or 2214622. OLE color: 2214622.

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

Color convert

RGB 222 202 33 -
CMYK 0 0.09 0.85 0.13
HSL 53.65º 0.74% 0.5% -
HSV(B) 53.65º 0.85% 0.87% -
XYZ 51.52 57.88 9.9 -
YUV 188.71 40.13 151.74 -
System Red Green Blue C M Y K H S L
Decimal 222 202 33 0 0.09 0.85 0.13 53.65 0.74 0.5
Hex DE CA 21 0 9 55 D 36 4A 32
Octal 336 312 41 0 11 125 15 66 112 62
Binary 11011110 11001010 100001 0 1001 1010101 1101 110110 1001010 110010

Color Harmonies of #DECA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA21

Black with #DECA21

Text Example


Text Example

White with #DECA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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