#D0BAB7

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

Shades of Cold Turkey #D0BAB7

Tints of Cold Turkey #D0BAB7

Color information

#D0BAB7 (or 0xD0BAB7) is unknown color: approx Cold Turkey. HEX triplet: D0, BA and B7. RGB value is (208,186,183). Sum of RGB (Red+Green+Blue) = 208+186+183=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAB7 is #2F4548. Grayscale: #C0C0C0. Windows color (decimal): -3097929 or 12040912. OLE color: 12040912.

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

Color convert

RGB208186183-
CMYK00.110.120.18
HSL7.2º21.01%76.67%-
HSV(B)7.2º12.02%81.57%-
XYZ52.1251.9552.08-
YUV192.24122.79139.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.05%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=36.05%
G=32.24%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818618300.110.120.187.221.0176.67
HexD0BAB70BC127154d
Octal3202722670131422725115
Binary11010000101110101011011101011110010010111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BAB7; }

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

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

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

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

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

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

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

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