#D3DB7E

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

Shades of Deco #D3DB7E

Tints of Deco #D3DB7E

Color information

#D3DB7E (or 0xD3DB7E) is unknown color: approx Deco. HEX triplet: D3, DB and 7E. RGB value is (211,219,126). Sum of RGB (Red+Green+Blue) = 211+219+126=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DB7E is #2C2481. Grayscale: #CECECE. Windows color (decimal): -2892930 or 8313811. OLE color: 8313811.

HSL color Cylindrical-coordinate representation of color #D3DB7E: hue angle of 65.16º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D3DB7E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB211219126-
CMYK0.0400.420.14
HSL65.16º56.36%67.65%-
HSV(B)65.16º42.47%85.88%-
XYZ55.9666.0229.53-
YUV206.0182.85131.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.95%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 126 (49.61% from 255) = 22.66%
R=37.95%
G=39.39%
B=22.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112191260.0400.420.1465.1656.3667.65
HexD3DB7E402AE413844
Octal32333317640521610170104
Binary110100111101101111111101000101010111010000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DB7E; }

 p { color: rgb(211,219,126); }

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

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

 a { background-color: rgb(211,219,126); }

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

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

 span { border-color: rgb(211,219,126); }

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