Html Css Color HEX #DCC9AD Bone

📋 copy color: '#DCC9AD'

red 220 ◦ green 201 ◦ blue 173

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

Shades of Bone #DCC9AD

Tints of Bone #DCC9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.84%

 BLUE value IS 173 (67.97% from 255) = 29.12%

R = 37.04%
G = 33.84%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCC9AD (or 0xDCC9AD) is known color: Bone. HEX triplet: DC, C9 and AD. RGB value is (220,201,173). Sum of RGB (Red+Green+Blue) = 220+201+173=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9AD is #233652. Grayscale: #CBCBCB. Windows color (decimal): -2307667 or 11389404. OLE color: 11389404.

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

Color convert

RGB 220 201 173 -
CMYK 0 0.09 0.21 0.14
HSL 35.74º 0.4% 0.77% -
HSV(B) 35.74º 0.21% 0.86% -
XYZ 57.94 60.01 48.06 -
YUV 203.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 220 201 173 0 0.09 0.21 0.14 35.74 0.4 0.77
Hex DC C9 AD 0 9 15 E 24 28 4D
Octal 334 311 255 0 11 25 16 44 50 115
Binary 11011100 11001001 10101101 0 1001 10101 1110 100100 101000 1001101

Color Harmonies of #DCC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9AD

Black with #DCC9AD

Text Example


Text Example

White with #DCC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9AD; }

 p { color: rgb(220,201,173); }

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

background-color css

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

 a { background-color: rgb(220,201,173); }

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

border-color css

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

 span { border-color: rgb(220,201,173); }

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