#D7D27E

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

Shades of Deco #D7D27E

Tints of Deco #D7D27E

Color information

#D7D27E (or 0xD7D27E) is unknown color: approx Deco. HEX triplet: D7, D2 and 7E. RGB value is (215,210,126). Sum of RGB (Red+Green+Blue) = 215+210+126=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D27E is #282D81. Grayscale: #CACACA. Windows color (decimal): -2633090 or 8311511. OLE color: 8311511.

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

Color convert

RGB215210126-
CMYK00.020.410.16
HSL56.63º52.66%66.86%-
HSV(B)56.63º41.4%84.31%-
XYZ54.8462.0528.82-
YUV201.9285.16137.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 126 (49.61% from 255) = 22.87%
R=39.02%
G=38.11%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521012600.020.410.1656.6352.6666.86
HexD7D27E022910393543
Octal3273221760251207165103
Binary11010111110100101111110010101001100001110011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D27E; }

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

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

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

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

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

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

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

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