#D6D37B

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

Shades of Deco #D6D37B

Tints of Deco #D6D37B

Color information

#D6D37B (or 0xD6D37B) is unknown color: approx Deco. HEX triplet: D6, D3 and 7B. RGB value is (214,211,123). Sum of RGB (Red+Green+Blue) = 214+211+123=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D37B is #292C84. Grayscale: #CACACA. Windows color (decimal): -2698373 or 8115158. OLE color: 8115158.

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

Color convert

RGB214211123-
CMYK00.010.430.16
HSL58.02º52.6%66.08%-
HSV(B)58.02º42.52%83.92%-
XYZ54.662.3127.89-
YUV201.8683.49136.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 211 (82.81% from 255) = 38.50%
BLUE value IS 123 (48.44% from 255) = 22.45%
R=39.05%
G=38.50%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421112300.010.430.1658.0252.666.08
HexD6D37B012B103a3542
Octal3263231730153207265102
Binary1101011011010011111101101101011100001110101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D37B; }

 p { color: rgb(214,211,123); }

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

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

 a { background-color: rgb(214,211,123); }

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

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

 span { border-color: rgb(214,211,123); }

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