Html Css Color HEX #DCC2AB Bone

📋 copy color: '#DCC2AB'

red 220 ◦ green 194 ◦ blue 171

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

Shades of Bone #DCC2AB

Tints of Bone #DCC2AB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.16%

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

R = 37.61%
G = 33.16%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCC2AB (or 0xDCC2AB) is known color: Bone. HEX triplet: DC, C2 and AB. RGB value is (220,194,171). Sum of RGB (Red+Green+Blue) = 220+194+171=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2AB is #233D54. Grayscale: #C7C7C7. Windows color (decimal): -2309461 or 11256540. OLE color: 11256540.

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

Color convert

RGB 220 194 171 -
CMYK 0 0.12 0.22 0.14
HSL 28.16º 0.41% 0.77% -
HSV(B) 28.16º 0.22% 0.86% -
XYZ 56.16 56.74 46.52 -
YUV 199.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 220 194 171 0 0.12 0.22 0.14 28.16 0.41 0.77
Hex DC C2 AB 0 C 16 E 1C 29 4D
Octal 334 302 253 0 14 26 16 34 51 115
Binary 11011100 11000010 10101011 0 1100 10110 1110 11100 101001 1001101

Color Harmonies of #DCC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2AB

Black with #DCC2AB

Text Example


Text Example

White with #DCC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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