#DEC527

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

Shades of Sunflower #DEC527

Tints of Sunflower #DEC527

Color information

#DEC527 (or 0xDEC527) is unknown color: approx Sunflower. HEX triplet: DE, C5 and 27. RGB value is (222,197,39). Sum of RGB (Red+Green+Blue) = 222+197+39=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC527 is #213AD8. Grayscale: #BBBBBB. Windows color (decimal): -2177753 or 2606558. OLE color: 2606558.

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

Color convert

RGB22219739-
CMYK00.110.820.13
HSL51.8º73.49%51.18%-
HSV(B)51.8º82.43%87.06%-
XYZ50.4655.619.99-
YUV186.4644.78153.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.47%
GREEN value IS 197 (77.34% from 255) = 43.01%
BLUE value IS 39 (15.62% from 255) = 8.52%
R=48.47%
G=43.01%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221973900.110.820.1351.873.4951.18
HexDEC5270B52D344933
Octal33630547013122156411163
Binary110111101100010110011101011101001011011101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC527; }

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

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

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

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

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

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

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

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