Html Css Color HEX #DECA15 Sunflower

📋 copy color: '#DECA15'

red 222 ◦ green 202 ◦ blue 21

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

Shades of Sunflower #DECA15

Tints of Sunflower #DECA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.72%

R = 49.89%
G = 45.39%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DECA15 (or 0xDECA15) is known color: Sunflower. HEX triplet: DE, CA and 15. RGB value is (222,202,21). Sum of RGB (Red+Green+Blue) = 222+202+21=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA15 is #2135EA. Grayscale: #BCBCBC. Windows color (decimal): -2176491 or 1428190. OLE color: 1428190.

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

Color convert

RGB 222 202 21 -
CMYK 0 0.09 0.91 0.13
HSL 54.03º 0.83% 0.48% -
HSV(B) 54.03º 0.91% 0.87% -
XYZ 51.38 57.82 9.16 -
YUV 187.35 34.13 152.72 -
System Red Green Blue C M Y K H S L
Decimal 222 202 21 0 0.09 0.91 0.13 54.03 0.83 0.48
Hex DE CA 15 0 9 5B D 36 53 30
Octal 336 312 25 0 11 133 15 66 123 60
Binary 11011110 11001010 10101 0 1001 1011011 1101 110110 1010011 110000

Color Harmonies of #DECA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA15

Black with #DECA15

Text Example


Text Example

White with #DECA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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