Html Css Color HEX #DCC6B0 Bone

📋 copy color: '#DCC6B0'

red 220 ◦ green 198 ◦ blue 176

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

Shades of Bone #DCC6B0

Tints of Bone #DCC6B0

RGB

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

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

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

R = 37.04%
G = 33.33%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DCC6B0 (or 0xDCC6B0) is known color: Bone. HEX triplet: DC, C6 and B0. RGB value is (220,198,176). Sum of RGB (Red+Green+Blue) = 220+198+176=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6B0 is #23394F. Grayscale: #CACACA. Windows color (decimal): -2308432 or 11585244. OLE color: 11585244.

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

Color convert

RGB 220 198 176 -
CMYK 0 0.1 0.2 0.14
HSL 30º 0.39% 0.78% -
HSV(B) 30º 0.2% 0.86% -
XYZ 57.55 58.74 49.38 -
YUV 202.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 220 198 176 0 0.1 0.2 0.14 30 0.39 0.78
Hex DC C6 B0 0 A 14 E 1E 27 4E
Octal 334 306 260 0 12 24 16 36 47 116
Binary 11011100 11000110 10110000 0 1010 10100 1110 11110 100111 1001110

Color Harmonies of #DCC6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6B0

Black with #DCC6B0

Text Example


Text Example

White with #DCC6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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