Html Css Color HEX #DCBBA0 Bone

📋 copy color: '#DCBBA0'

red 220 ◦ green 187 ◦ blue 160

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

Shades of Bone #DCBBA0

Tints of Bone #DCBBA0

RGB

 RED value IS 220 (86.33% from 255) = 38.8%

 GREEN value IS 187 (73.44% from 255) = 32.98%

 BLUE value IS 160 (62.89% from 255) = 28.22%

R = 38.8%
G = 32.98%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCBBA0 (or 0xDCBBA0) is known color: Bone. HEX triplet: DC, BB and A0. RGB value is (220,187,160). Sum of RGB (Red+Green+Blue) = 220+187+160=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA0 is #23445F. Grayscale: #C1C1C1. Windows color (decimal): -2311264 or 10533852. OLE color: 10533852.

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

Color convert

RGB 220 187 160 -
CMYK 0 0.15 0.27 0.14
HSL 27º 0.46% 0.75% -
HSV(B) 27º 0.27% 0.86% -
XYZ 53.63 53.29 40.72 -
YUV 193.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 220 187 160 0 0.15 0.27 0.14 27 0.46 0.75
Hex DC BB A0 0 F 1B E 1B 2E 4B
Octal 334 273 240 0 17 33 16 33 56 113
Binary 11011100 10111011 10100000 0 1111 11011 1110 11011 101110 1001011

Color Harmonies of #DCBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBA0

Black with #DCBBA0

Text Example


Text Example

White with #DCBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBA0; }

 p { color: rgb(220,187,160); }

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

background-color css

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

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

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

border-color css

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

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

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