Html Css Color HEX #DFC6AB Bone

📋 copy color: '#DFC6AB'

red 223 ◦ green 198 ◦ blue 171

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

Shades of Bone #DFC6AB

Tints of Bone #DFC6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.89%

R = 37.67%
G = 33.45%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFC6AB (or 0xDFC6AB) is known color: Bone. HEX triplet: DF, C6 and AB. RGB value is (223,198,171). Sum of RGB (Red+Green+Blue) = 223+198+171=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6AB is #203954. Grayscale: #CACACA. Windows color (decimal): -2111829 or 11257567. OLE color: 11257567.

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

Color convert

RGB 223 198 171 -
CMYK 0 0.11 0.23 0.13
HSL 31.15º 0.45% 0.77% -
HSV(B) 31.15º 0.23% 0.87% -
XYZ 57.98 59.02 46.86 -
YUV 202.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 223 198 171 0 0.11 0.23 0.13 31.15 0.45 0.77
Hex DF C6 AB 0 B 17 D 1F 2D 4D
Octal 337 306 253 0 13 27 15 37 55 115
Binary 11011111 11000110 10101011 0 1011 10111 1101 11111 101101 1001101

Color Harmonies of #DFC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6AB

Black with #DFC6AB

Text Example


Text Example

White with #DFC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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