Html Css Color HEX #DFC9B0 Bone

📋 copy color: '#DFC9B0'

red 223 ◦ green 201 ◦ blue 176

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

Shades of Bone #DFC9B0

Tints of Bone #DFC9B0

RGB

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

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

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

R = 37.17%
G = 33.5%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFC9B0 (or 0xDFC9B0) is known color: Bone. HEX triplet: DF, C9 and B0. RGB value is (223,201,176). Sum of RGB (Red+Green+Blue) = 223+201+176=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9B0 is #20364F. Grayscale: #CCCCCC. Windows color (decimal): -2111056 or 11586015. OLE color: 11586015.

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

Color convert

RGB 223 201 176 -
CMYK 0 0.10 0.21 0.13
HSL 31.91º 0.42% 0.78% -
HSV(B) 31.91º 0.21% 0.87% -
XYZ 59.15 60.6 49.65 -
YUV 204.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 223 201 176 0 0.10 0.21 0.13 31.91 0.42 0.78
Hex DF C9 B0 0 A 15 D 20 2A 4E
Octal 337 311 260 0 12 25 15 40 52 116
Binary 11011111 11001001 10110000 0 1010 10101 1101 100000 101010 1001110

Color Harmonies of #DFC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9B0

Black with #DFC9B0

Text Example


Text Example

White with #DFC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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