#D0B0B0

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

Shades of Cold Turkey #D0B0B0

Tints of Cold Turkey #D0B0B0

Color information

#D0B0B0 (or 0xD0B0B0) is unknown color: approx Cold Turkey. HEX triplet: D0, B0 and B0. RGB value is (208,176,176). Sum of RGB (Red+Green+Blue) = 208+176+176=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B0B0 is #2F4F4F. Grayscale: #B9B9B9. Windows color (decimal): -3100496 or 11579600. OLE color: 11579600.

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

Color convert

RGB208176176-
CMYK00.150.150.18
HSL25.4%75.29%-
HSV(B)15.38%81.57%-
XYZ49.3747.647.66-
YUV185.57122.6144-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=37.14%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817617600.150.150.18025.475.29
HexD0B0B00FF120194b
Octal3202602600171722031113
Binary110100001011000010110000011111111100100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B0B0; }

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

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

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

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

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

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

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

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