Html Css Color HEX #DCC5AB Bone

📋 copy color: '#DCC5AB'

red 220 ◦ green 197 ◦ blue 171

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

Shades of Bone #DCC5AB

Tints of Bone #DCC5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.5%

 BLUE value IS 171 (67.19% from 255) = 29.08%

R = 37.41%
G = 33.5%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCC5AB (or 0xDCC5AB) is known color: Bone. HEX triplet: DC, C5 and AB. RGB value is (220,197,171). Sum of RGB (Red+Green+Blue) = 220+197+171=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5AB is #233A54. Grayscale: #C9C9C9. Windows color (decimal): -2308693 or 11257308. OLE color: 11257308.

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

Color convert

RGB 220 197 171 -
CMYK 0 0.10 0.22 0.14
HSL 31.84º 0.41% 0.77% -
HSV(B) 31.84º 0.22% 0.86% -
XYZ 56.83 58.09 46.74 -
YUV 200.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 220 197 171 0 0.10 0.22 0.14 31.84 0.41 0.77
Hex DC C5 AB 0 A 16 E 20 29 4D
Octal 334 305 253 0 12 26 16 40 51 115
Binary 11011100 11000101 10101011 0 1010 10110 1110 100000 101001 1001101

Color Harmonies of #DCC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5AB

Black with #DCC5AB

Text Example


Text Example

White with #DCC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5AB; }

 p { color: rgb(220,197,171); }

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

background-color css

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

 a { background-color: rgb(220,197,171); }

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

border-color css

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

 span { border-color: rgb(220,197,171); }

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