Html Css Color HEX #DECA12 Sunflower

📋 copy color: '#DECA12'

red 222 ◦ green 202 ◦ blue 18

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

Shades of Sunflower #DECA12

Tints of Sunflower #DECA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.07%

R = 50.23%
G = 45.7%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DECA12 (or 0xDECA12) is known color: Sunflower. HEX triplet: DE, CA and 12. RGB value is (222,202,18). Sum of RGB (Red+Green+Blue) = 222+202+18=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA12 is #2135ED. Grayscale: #BBBBBB. Windows color (decimal): -2176494 or 1231582. OLE color: 1231582.

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

Color convert

RGB 222 202 18 -
CMYK 0 0.09 0.92 0.13
HSL 54.12º 0.85% 0.47% -
HSV(B) 54.12º 0.92% 0.87% -
XYZ 51.35 57.81 9.02 -
YUV 187 32.63 152.96 -
System Red Green Blue C M Y K H S L
Decimal 222 202 18 0 0.09 0.92 0.13 54.12 0.85 0.47
Hex DE CA 12 0 9 5C D 36 55 2F
Octal 336 312 22 0 11 134 15 66 125 57
Binary 11011110 11001010 10010 0 1001 1011100 1101 110110 1010101 101111

Color Harmonies of #DECA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA12

Black with #DECA12

Text Example


Text Example

White with #DECA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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