Html Css Color HEX #DCC6AB Bone

📋 copy color: '#DCC6AB'

red 220 ◦ green 198 ◦ blue 171

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

Shades of Bone #DCC6AB

Tints of Bone #DCC6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.62%

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

R = 37.35%
G = 33.62%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCC6AB (or 0xDCC6AB) is known color: Bone. HEX triplet: DC, C6 and AB. RGB value is (220,198,171). Sum of RGB (Red+Green+Blue) = 220+198+171=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6AB is #233954. Grayscale: #C9C9C9. Windows color (decimal): -2308437 or 11257564. OLE color: 11257564.

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

Color convert

RGB 220 198 171 -
CMYK 0 0.1 0.22 0.14
HSL 33.06º 0.41% 0.77% -
HSV(B) 33.06º 0.22% 0.86% -
XYZ 57.06 58.54 46.82 -
YUV 201.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 220 198 171 0 0.1 0.22 0.14 33.06 0.41 0.77
Hex DC C6 AB 0 A 16 E 21 29 4D
Octal 334 306 253 0 12 26 16 41 51 115
Binary 11011100 11000110 10101011 0 1010 10110 1110 100001 101001 1001101

Color Harmonies of #DCC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6AB

Black with #DCC6AB

Text Example


Text Example

White with #DCC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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