Html Css Color HEX #DCC4AB Bone

📋 copy color: '#DCC4AB'

red 220 ◦ green 196 ◦ blue 171

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

Shades of Bone #DCC4AB

Tints of Bone #DCC4AB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.39%

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

R = 37.48%
G = 33.39%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCC4AB (or 0xDCC4AB) is known color: Bone. HEX triplet: DC, C4 and AB. RGB value is (220,196,171). Sum of RGB (Red+Green+Blue) = 220+196+171=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC4AB is #233B54. Grayscale: #C8C8C8. Windows color (decimal): -2308949 or 11257052. OLE color: 11257052.

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

Color convert

RGB 220 196 171 -
CMYK 0 0.11 0.22 0.14
HSL 30.61º 0.41% 0.77% -
HSV(B) 30.61º 0.22% 0.86% -
XYZ 56.61 57.64 46.67 -
YUV 200.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 220 196 171 0 0.11 0.22 0.14 30.61 0.41 0.77
Hex DC C4 AB 0 B 16 E 1F 29 4D
Octal 334 304 253 0 13 26 16 37 51 115
Binary 11011100 11000100 10101011 0 1011 10110 1110 11111 101001 1001101

Color Harmonies of #DCC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4AB

Black with #DCC4AB

Text Example


Text Example

White with #DCC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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