#DEC213

Color #DEC213 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DEC213

Tints of Sunflower #DEC213

Color information

#DEC213 (or 0xDEC213) is unknown color: approx Sunflower. HEX triplet: DE, C2 and 13. RGB value is (222,194,19). Sum of RGB (Red+Green+Blue) = 222+194+19=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC213 is #213DEC. Grayscale: #B7B7B7. Windows color (decimal): -2178541 or 1295070. OLE color: 1295070.

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

Color convert

RGB22219419-
CMYK00.130.910.13
HSL51.72º84.23%47.25%-
HSV(B)51.72º91.44%87.06%-
XYZ49.5354.168.46-
YUV182.4235.78156.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 19 (7.81% from 255) = 4.37%
R=51.03%
G=44.60%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221941900.130.910.1351.7284.2347.25
HexDEC2130D5BD34542f
Octal33630223015133156412457
Binary11011110110000101001101101101101111011101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC213; }

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

 H1.HeaderClassName
 {
   color: #DEC213;
 }
 .AnyTagClassName
 {
   color: #DEC213;
 }
</style>
background-color css

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

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

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

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

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

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