#D0BDBA

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

Shades of Cold Turkey #D0BDBA

Tints of Cold Turkey #D0BDBA

Color information

#D0BDBA (or 0xD0BDBA) is unknown color: approx Cold Turkey. HEX triplet: D0, BD and BA. RGB value is (208,189,186). Sum of RGB (Red+Green+Blue) = 208+189+186=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDBA is #2F4245. Grayscale: #C2C2C2. Windows color (decimal): -3097158 or 12238288. OLE color: 12238288.

HSL color Cylindrical-coordinate representation of color #D0BDBA: hue angle of 8.18º degrees, saturation: 0.19, 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 #D0BDBA is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208189186-
CMYK00.090.110.18
HSL8.18º18.97%77.25%-
HSV(B)8.18º10.58%81.57%-
XYZ53.0753.3553.95-
YUV194.34123.29137.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=35.68%
G=32.42%
B=31.90%

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
Decimal20818918600.090.110.188.1818.9777.25
HexD0BDBA09B128134d
Octal32027527201113221023115
Binary110100001011110110111010010011011100101000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BDBA; }

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

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

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

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

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

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

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

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