Html Css Color HEX #DFC5AB Bone

📋 copy color: '#DFC5AB'

red 223 ◦ green 197 ◦ blue 171

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

Shades of Bone #DFC5AB

Tints of Bone #DFC5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.33%

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

R = 37.73%
G = 33.33%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFC5AB (or 0xDFC5AB) is known color: Bone. HEX triplet: DF, C5 and AB. RGB value is (223,197,171). Sum of RGB (Red+Green+Blue) = 223+197+171=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5AB is #203A54. Grayscale: #C9C9C9. Windows color (decimal): -2112085 or 11257311. OLE color: 11257311.

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

Color convert

RGB 223 197 171 -
CMYK 0 0.12 0.23 0.13
HSL 30º 0.45% 0.77% -
HSV(B) 30º 0.23% 0.87% -
XYZ 57.75 58.56 46.79 -
YUV 201.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 223 197 171 0 0.12 0.23 0.13 30 0.45 0.77
Hex DF C5 AB 0 C 17 D 1E 2D 4D
Octal 337 305 253 0 14 27 15 36 55 115
Binary 11011111 11000101 10101011 0 1100 10111 1101 11110 101101 1001101

Color Harmonies of #DFC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5AB

Black with #DFC5AB

Text Example


Text Example

White with #DFC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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