Html Css Color HEX #DFC6B0 Bone

📋 copy color: '#DFC6B0'

red 223 ◦ green 198 ◦ blue 176

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

Shades of Bone #DFC6B0

Tints of Bone #DFC6B0

RGB

 RED value IS 223 (87.5% from 255) = 37.35%

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

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

R = 37.35%
G = 33.17%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFC6B0 (or 0xDFC6B0) is known color: Bone. HEX triplet: DF, C6 and B0. RGB value is (223,198,176). Sum of RGB (Red+Green+Blue) = 223+198+176=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6B0 is #20394F. Grayscale: #CBCBCB. Windows color (decimal): -2111824 or 11585247. OLE color: 11585247.

HSL color Cylindrical-coordinate representation of color #DFC6B0: hue angle of 28.09º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC6B0 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 198 176 -
CMYK 0 0.11 0.21 0.13
HSL 28.09º 0.42% 0.78% -
HSV(B) 28.09º 0.21% 0.87% -
XYZ 58.46 59.21 49.42 -
YUV 202.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 223 198 176 0 0.11 0.21 0.13 28.09 0.42 0.78
Hex DF C6 B0 0 B 15 D 1C 2A 4E
Octal 337 306 260 0 13 25 15 34 52 116
Binary 11011111 11000110 10110000 0 1011 10101 1101 11100 101010 1001110

Color Harmonies of #DFC6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6B0

Black with #DFC6B0

Text Example


Text Example

White with #DFC6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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