Html Css Color HEX #DCC9B0 Bone

📋 copy color: '#DCC9B0'

red 220 ◦ green 201 ◦ blue 176

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

Shades of Bone #DCC9B0

Tints of Bone #DCC9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.48%

R = 36.85%
G = 33.67%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DCC9B0 (or 0xDCC9B0) is known color: Bone. HEX triplet: DC, C9 and B0. RGB value is (220,201,176). Sum of RGB (Red+Green+Blue) = 220+201+176=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9B0 is #23364F. Grayscale: #CBCBCB. Windows color (decimal): -2307664 or 11586012. OLE color: 11586012.

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

Color convert

RGB 220 201 176 -
CMYK 0 0.09 0.2 0.14
HSL 34.09º 0.39% 0.78% -
HSV(B) 34.09º 0.2% 0.86% -
XYZ 58.24 60.12 49.61 -
YUV 203.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 220 201 176 0 0.09 0.2 0.14 34.09 0.39 0.78
Hex DC C9 B0 0 9 14 E 22 27 4E
Octal 334 311 260 0 11 24 16 42 47 116
Binary 11011100 11001001 10110000 0 1001 10100 1110 100010 100111 1001110

Color Harmonies of #DCC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9B0

Black with #DCC9B0

Text Example


Text Example

White with #DCC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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