Html Css Color HEX #DFC8B6 Bone

📋 copy color: '#DFC8B6'

red 223 ◦ green 200 ◦ blue 182

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

Shades of Bone #DFC8B6

Tints of Bone #DFC8B6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.06%

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

R = 36.86%
G = 33.06%
B = 30.08%

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

#DFC8B6 (or 0xDFC8B6) is known color: Bone. HEX triplet: DF, C8 and B6. RGB value is (223,200,182). Sum of RGB (Red+Green+Blue) = 223+200+182=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8B6 is #203749. Grayscale: #CCCCCC. Windows color (decimal): -2111306 or 11978975. OLE color: 11978975.

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

Color convert

RGB 223 200 182 -
CMYK 0 0.10 0.18 0.13
HSL 26.34º 0.39% 0.79% -
HSV(B) 26.34º 0.18% 0.87% -
XYZ 59.53 60.37 52.77 -
YUV 204.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 223 200 182 0 0.10 0.18 0.13 26.34 0.39 0.79
Hex DF C8 B6 0 A 12 D 1A 27 4F
Octal 337 310 266 0 12 22 15 32 47 117
Binary 11011111 11001000 10110110 0 1010 10010 1101 11010 100111 1001111

Color Harmonies of #DFC8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC8B6

Black with #DFC8B6

Text Example


Text Example

White with #DFC8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC8B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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