#D7D27C

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

Shades of Deco #D7D27C

Tints of Deco #D7D27C

Color information

#D7D27C (or 0xD7D27C) is unknown color: approx Deco. HEX triplet: D7, D2 and 7C. RGB value is (215,210,124). Sum of RGB (Red+Green+Blue) = 215+210+124=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D27C is #282D83. Grayscale: #CACACA. Windows color (decimal): -2633092 or 8180439. OLE color: 8180439.

HSL color Cylindrical-coordinate representation of color #D7D27C: hue angle of 56.7º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7D27C is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215210124-
CMYK00.020.420.16
HSL56.7º53.22%66.47%-
HSV(B)56.7º42.33%84.31%-
XYZ54.716228.15-
YUV201.6984.16137.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 124 (48.83% from 255) = 22.59%
R=39.16%
G=38.25%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521012400.020.420.1656.753.2266.47
HexD7D27C022A10393542
Octal3273221740252207165102
Binary11010111110100101111100010101010100001110011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D27C; }

 p { color: rgb(215,210,124); }

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

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

 a { background-color: rgb(215,210,124); }

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

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

 span { border-color: rgb(215,210,124); }

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