Html Css Color HEX #DCC7B3 Bone

📋 copy color: '#DCC7B3'

red 220 ◦ green 199 ◦ blue 179

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

Shades of Bone #DCC7B3

Tints of Bone #DCC7B3

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.28%

 BLUE value IS 179 (70.31% from 255) = 29.93%

R = 36.79%
G = 33.28%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCC7B3 (or 0xDCC7B3) is known color: Bone. HEX triplet: DC, C7 and B3. RGB value is (220,199,179). Sum of RGB (Red+Green+Blue) = 220+199+179=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7B3 is #23384C. Grayscale: #CBCBCB. Windows color (decimal): -2308173 or 11782108. OLE color: 11782108.

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

Color convert

RGB 220 199 179 -
CMYK 0 0.10 0.19 0.14
HSL 29.27º 0.37% 0.78% -
HSV(B) 29.27º 0.19% 0.86% -
XYZ 58.08 59.32 51.04 -
YUV 203 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 220 199 179 0 0.10 0.19 0.14 29.27 0.37 0.78
Hex DC C7 B3 0 A 13 E 1D 25 4E
Octal 334 307 263 0 12 23 16 35 45 116
Binary 11011100 11000111 10110011 0 1010 10011 1110 11101 100101 1001110

Color Harmonies of #DCC7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7B3

Black with #DCC7B3

Text Example


Text Example

White with #DCC7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7B3; }

 p { color: rgb(220,199,179); }

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

background-color css

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

 a { background-color: rgb(220,199,179); }

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

border-color css

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

 span { border-color: rgb(220,199,179); }

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