#D0BDB9

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

Shades of Cold Turkey #D0BDB9

Tints of Cold Turkey #D0BDB9

Color information

#D0BDB9 (or 0xD0BDB9) is unknown color: approx Cold Turkey. HEX triplet: D0, BD and B9. RGB value is (208,189,185). Sum of RGB (Red+Green+Blue) = 208+189+185=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDB9 is #2F4246. Grayscale: #C2C2C2. Windows color (decimal): -3097159 or 12172752. OLE color: 12172752.

HSL color Cylindrical-coordinate representation of color #D0BDB9: hue angle of 10.43º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BDB9 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208189185-
CMYK00.090.110.18
HSL10.43º19.66%77.06%-
HSV(B)10.43º11.06%81.57%-
XYZ52.9753.3153.4-
YUV194.22122.79137.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=35.74%
G=32.47%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818918500.090.110.1810.4319.6677.06
HexD0BDB909B12a144d
Octal32027527101113221224115
Binary110100001011110110111001010011011100101010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BDB9; }

 p { color: rgb(208,189,185); }

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

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

 a { background-color: rgb(208,189,185); }

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

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

 span { border-color: rgb(208,189,185); }

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