Html Css Color HEX #DFC4A8 Bone

📋 copy color: '#DFC4A8'

red 223 ◦ green 196 ◦ blue 168

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

Shades of Bone #DFC4A8

Tints of Bone #DFC4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.62%

R = 37.99%
G = 33.39%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFC4A8 (or 0xDFC4A8) is known color: Bone. HEX triplet: DF, C4 and A8. RGB value is (223,196,168). Sum of RGB (Red+Green+Blue) = 223+196+168=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC4A8 is #203B57. Grayscale: #C9C9C9. Windows color (decimal): -2112344 or 11060447. OLE color: 11060447.

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

Color convert

RGB 223 196 168 -
CMYK 0 0.12 0.25 0.13
HSL 30.55º 0.46% 0.77% -
HSV(B) 30.55º 0.25% 0.87% -
XYZ 57.24 57.99 45.22 -
YUV 200.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 223 196 168 0 0.12 0.25 0.13 30.55 0.46 0.77
Hex DF C4 A8 0 C 19 D 1F 2E 4D
Octal 337 304 250 0 14 31 15 37 56 115
Binary 11011111 11000100 10101000 0 1100 11001 1101 11111 101110 1001101

Color Harmonies of #DFC4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC4A8

Black with #DFC4A8

Text Example


Text Example

White with #DFC4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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