Html Css Color HEX #D1BCBA Cold Turkey

📋 copy color: '#D1BCBA'

red 209 ◦ green 188 ◦ blue 186

#D1BCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Turkey #D1BCBA

Tints of Cold Turkey #D1BCBA

RGB

 RED value IS 209 (82.03% from 255) = 35.85%

 GREEN value IS 188 (73.83% from 255) = 32.25%

 BLUE value IS 186 (73.05% from 255) = 31.9%

R = 35.85%
G = 32.25%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1BCBA (or 0xD1BCBA) is known color: Cold Turkey. HEX triplet: D1, BC and BA. RGB value is (209,188,186). Sum of RGB (Red+Green+Blue) = 209+188+186=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCBA is #2E4345. Grayscale: #C2C2C2. Windows color (decimal): -3031878 or 12238033. OLE color: 12238033.

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

Color convert

RGB 209 188 186 -
CMYK 0 0.10 0.11 0.18
HSL 5.22º 0.2% 0.77% -
HSV(B) 5.22º 0.11% 0.82% -
XYZ 53.14 53.07 53.9 -
YUV 194.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 209 188 186 0 0.10 0.11 0.18 5.22 0.2 0.77
Hex D1 BC BA 0 A B 12 5 14 4D
Octal 321 274 272 0 12 13 22 5 24 115
Binary 11010001 10111100 10111010 0 1010 1011 10010 101 10100 1001101

Color Harmonies of #D1BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCBA

Black with #D1BCBA

Text Example


Text Example

White with #D1BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCBA; }

 p { color: rgb(209,188,186); }

 H1.HeaderClassName
 {
   color: #D1BCBA;
 }
 .AnyTagClassName
 {
   color: #D1BCBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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