Html Css Color HEX #DECA14 Sunflower

📋 copy color: '#DECA14'

red 222 ◦ green 202 ◦ blue 20

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

Shades of Sunflower #DECA14

Tints of Sunflower #DECA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.5%

R = 50%
G = 45.5%
B = 4.5%

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

#DECA14 (or 0xDECA14) is known color: Sunflower. HEX triplet: DE, CA and 14. RGB value is (222,202,20). Sum of RGB (Red+Green+Blue) = 222+202+20=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA14 is #2135EB. Grayscale: #BBBBBB. Windows color (decimal): -2176492 or 1362654. OLE color: 1362654.

HSL color Cylindrical-coordinate representation of color #DECA14: hue angle of 54.06º degrees, saturation: 0.83, 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 #DECA14 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 202 20 -
CMYK 0 0.09 0.91 0.13
HSL 54.06º 0.83% 0.47% -
HSV(B) 54.06º 0.91% 0.87% -
XYZ 51.37 57.82 9.11 -
YUV 187.23 33.63 152.8 -
System Red Green Blue C M Y K H S L
Decimal 222 202 20 0 0.09 0.91 0.13 54.06 0.83 0.47
Hex DE CA 14 0 9 5B D 36 53 2F
Octal 336 312 24 0 11 133 15 66 123 57
Binary 11011110 11001010 10100 0 1001 1011011 1101 110110 1010011 101111

Color Harmonies of #DECA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA14

Black with #DECA14

Text Example


Text Example

White with #DECA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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