Html Css Color HEX #DCC7B0 Bone

📋 copy color: '#DCC7B0'

red 220 ◦ green 199 ◦ blue 176

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

Shades of Bone #DCC7B0

Tints of Bone #DCC7B0

RGB

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

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

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

R = 36.97%
G = 33.45%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DCC7B0 (or 0xDCC7B0) is known color: Bone. HEX triplet: DC, C7 and B0. RGB value is (220,199,176). Sum of RGB (Red+Green+Blue) = 220+199+176=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC7B0 is #23384F. Grayscale: #CACACA. Windows color (decimal): -2308176 or 11585500. OLE color: 11585500.

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

Color convert

RGB 220 199 176 -
CMYK 0 0.10 0.2 0.14
HSL 31.36º 0.39% 0.78% -
HSV(B) 31.36º 0.2% 0.86% -
XYZ 57.78 59.2 49.46 -
YUV 202.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 220 199 176 0 0.10 0.2 0.14 31.36 0.39 0.78
Hex DC C7 B0 0 A 14 E 1F 27 4E
Octal 334 307 260 0 12 24 16 37 47 116
Binary 11011100 11000111 10110000 0 1010 10100 1110 11111 100111 1001110

Color Harmonies of #DCC7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7B0

Black with #DCC7B0

Text Example


Text Example

White with #DCC7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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