#D0BBBB

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

Shades of Cold Turkey #D0BBBB

Tints of Cold Turkey #D0BBBB

Color information

#D0BBBB (or 0xD0BBBB) is unknown color: approx Cold Turkey. HEX triplet: D0, BB and BB. RGB value is (208,187,187). Sum of RGB (Red+Green+Blue) = 208+187+187=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBBB is #2F4444. Grayscale: #C1C1C1. Windows color (decimal): -3097669 or 12303312. OLE color: 12303312.

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

Color convert

RGB208187187-
CMYK00.100.100.18
HSL18.26%77.45%-
HSV(B)10.1%81.57%-
XYZ52.7552.5454.37-
YUV193.28124.46138.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=35.74%
G=32.13%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818718700.100.100.18018.2677.45
HexD0BBBB0AA120124d
Octal3202732730121222022115
Binary110100001011101110111011010101010100100100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBBB; }

 p { color: rgb(208,187,187); }

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

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

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

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

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

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

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