#D6D07F

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

Shades of Deco #D6D07F

Tints of Deco #D6D07F

Color information

#D6D07F (or 0xD6D07F) is unknown color: approx Deco. HEX triplet: D6, D0 and 7F. RGB value is (214,208,127). Sum of RGB (Red+Green+Blue) = 214+208+127=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D07F is #292F80. Grayscale: #C8C8C8. Windows color (decimal): -2699137 or 8376534. OLE color: 8376534.

HSL color Cylindrical-coordinate representation of color #D6D07F: hue angle of 55.86º degrees, saturation: 0.51, 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 #D6D07F is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB214208127-
CMYK00.030.410.16
HSL55.86º51.48%66.86%-
HSV(B)55.86º40.65%83.92%-
XYZ54.1260.9428.99-
YUV200.5686.49137.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 127 (50% from 255) = 23.13%
R=38.98%
G=37.89%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420812700.030.410.1655.8651.4866.86
HexD6D07F032910383343
Octal3263201770351207063103
Binary11010110110100001111111011101001100001110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D07F; }

 p { color: rgb(214,208,127); }

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

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

 a { background-color: rgb(214,208,127); }

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

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

 span { border-color: rgb(214,208,127); }

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