#DEC524

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

Shades of Sunflower #DEC524

Tints of Sunflower #DEC524

Color information

#DEC524 (or 0xDEC524) is unknown color: approx Sunflower. HEX triplet: DE, C5 and 24. RGB value is (222,197,36). Sum of RGB (Red+Green+Blue) = 222+197+36=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC524 is #213ADB. Grayscale: #BABABA. Windows color (decimal): -2177756 or 2409950. OLE color: 2409950.

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

Color convert

RGB22219736-
CMYK00.110.840.13
HSL51.94º73.81%50.59%-
HSV(B)51.94º83.78%87.06%-
XYZ50.4155.599.74-
YUV186.1243.28153.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 36 (14.45% from 255) = 7.91%
R=48.79%
G=43.30%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221973600.110.840.1351.9473.8150.59
HexDEC5240B54D344a33
Octal33630544013124156411263
Binary110111101100010110010001011101010011011101001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC524; }

 p { color: rgb(222,197,36); }

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

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

 a { background-color: rgb(222,197,36); }

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

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

 span { border-color: rgb(222,197,36); }

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