#D0BABA

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

Shades of Cold Turkey #D0BABA

Tints of Cold Turkey #D0BABA

Color information

#D0BABA (or 0xD0BABA) is unknown color: approx Cold Turkey. HEX triplet: D0, BA and BA. RGB value is (208,186,186). Sum of RGB (Red+Green+Blue) = 208+186+186=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BABA is #2F4545. Grayscale: #C0C0C0. Windows color (decimal): -3097926 or 12237520. OLE color: 12237520.

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

Color convert

RGB208186186-
CMYK00.110.110.18
HSL18.97%77.25%-
HSV(B)10.58%81.57%-
XYZ52.4352.0753.74-
YUV192.58124.29139-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=35.86%
G=32.07%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818618600.110.110.18018.9777.25
HexD0BABA0BB120134d
Octal3202722720131322023115
Binary110100001011101010111010010111011100100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BABA; }

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

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

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

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

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

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

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

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