Html Css Color HEX #DECA13 Sunflower

📋 copy color: '#DECA13'

red 222 ◦ green 202 ◦ blue 19

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

Shades of Sunflower #DECA13

Tints of Sunflower #DECA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.29%

R = 50.11%
G = 45.6%
B = 4.29%

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

#DECA13 (or 0xDECA13) is known color: Sunflower. HEX triplet: DE, CA and 13. RGB value is (222,202,19). Sum of RGB (Red+Green+Blue) = 222+202+19=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA13 is #2135EC. Grayscale: #BBBBBB. Windows color (decimal): -2176493 or 1297118. OLE color: 1297118.

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

Color convert

RGB 222 202 19 -
CMYK 0 0.09 0.91 0.13
HSL 54.09º 0.84% 0.47% -
HSV(B) 54.09º 0.91% 0.87% -
XYZ 51.36 57.82 9.07 -
YUV 187.12 33.13 152.88 -
System Red Green Blue C M Y K H S L
Decimal 222 202 19 0 0.09 0.91 0.13 54.09 0.84 0.47
Hex DE CA 13 0 9 5B D 36 54 2F
Octal 336 312 23 0 11 133 15 66 124 57
Binary 11011110 11001010 10011 0 1001 1011011 1101 110110 1010100 101111

Color Harmonies of #DECA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA13

Black with #DECA13

Text Example


Text Example

White with #DECA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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