Html Css Color HEX #DFC9B6 Bone

📋 copy color: '#DFC9B6'

red 223 ◦ green 201 ◦ blue 182

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

Shades of Bone #DFC9B6

Tints of Bone #DFC9B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.03%

R = 36.8%
G = 33.17%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DFC9B6 (or 0xDFC9B6) is known color: Bone. HEX triplet: DF, C9 and B6. RGB value is (223,201,182). Sum of RGB (Red+Green+Blue) = 223+201+182=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9B6 is #203649. Grayscale: #CDCDCD. Windows color (decimal): -2111050 or 11979231. OLE color: 11979231.

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

Color convert

RGB 223 201 182 -
CMYK 0 0.10 0.18 0.13
HSL 27.8º 0.39% 0.79% -
HSV(B) 27.8º 0.18% 0.87% -
XYZ 59.76 60.84 52.85 -
YUV 205.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 223 201 182 0 0.10 0.18 0.13 27.8 0.39 0.79
Hex DF C9 B6 0 A 12 D 1C 27 4F
Octal 337 311 266 0 12 22 15 34 47 117
Binary 11011111 11001001 10110110 0 1010 10010 1101 11100 100111 1001111

Color Harmonies of #DFC9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9B6

Black with #DFC9B6

Text Example


Text Example

White with #DFC9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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