Html Css Color HEX #DFC4AB Bone

📋 copy color: '#DFC4AB'

red 223 ◦ green 196 ◦ blue 171

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

Shades of Bone #DFC4AB

Tints of Bone #DFC4AB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

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

R = 37.8%
G = 33.22%
B = 28.98%

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

#DFC4AB (or 0xDFC4AB) is known color: Bone. HEX triplet: DF, C4 and AB. RGB value is (223,196,171). Sum of RGB (Red+Green+Blue) = 223+196+171=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC4AB is #203B54. Grayscale: #C9C9C9. Windows color (decimal): -2112341 or 11257055. OLE color: 11257055.

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

Color convert

RGB 223 196 171 -
CMYK 0 0.12 0.23 0.13
HSL 28.85º 0.45% 0.77% -
HSV(B) 28.85º 0.23% 0.87% -
XYZ 57.52 58.11 46.71 -
YUV 201.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 223 196 171 0 0.12 0.23 0.13 28.85 0.45 0.77
Hex DF C4 AB 0 C 17 D 1D 2D 4D
Octal 337 304 253 0 14 27 15 35 55 115
Binary 11011111 11000100 10101011 0 1100 10111 1101 11101 101101 1001101

Color Harmonies of #DFC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC4AB

Black with #DFC4AB

Text Example


Text Example

White with #DFC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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