Html Css Color HEX #DFC9B8 Bone

📋 copy color: '#DFC9B8'

red 223 ◦ green 201 ◦ blue 184

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

Shades of Bone #DFC9B8

Tints of Bone #DFC9B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.26%

R = 36.68%
G = 33.06%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFC9B8 (or 0xDFC9B8) is known color: Bone. HEX triplet: DF, C9 and B8. RGB value is (223,201,184). Sum of RGB (Red+Green+Blue) = 223+201+184=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9B8 is #203647. Grayscale: #CDCDCD. Windows color (decimal): -2111048 or 12110303. OLE color: 12110303.

HSL color Cylindrical-coordinate representation of color #DFC9B8: hue angle of 26.15º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC9B8 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 184 -
CMYK 0 0.10 0.17 0.13
HSL 26.15º 0.38% 0.8% -
HSV(B) 26.15º 0.17% 0.87% -
XYZ 59.97 60.92 53.95 -
YUV 205.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 223 201 184 0 0.10 0.17 0.13 26.15 0.38 0.8
Hex DF C9 B8 0 A 11 D 1A 26 50
Octal 337 311 270 0 12 21 15 32 46 120
Binary 11011111 11001001 10111000 0 1010 10001 1101 11010 100110 1010000

Color Harmonies of #DFC9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9B8

Black with #DFC9B8

Text Example


Text Example

White with #DFC9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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