Html Css Color HEX #DFC4AF Bone

📋 copy color: '#DFC4AF'

red 223 ◦ green 196 ◦ blue 175

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

Shades of Bone #DFC4AF

Tints of Bone #DFC4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.46%

R = 37.54%
G = 33%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFC4AF (or 0xDFC4AF) is known color: Bone. HEX triplet: DF, C4 and AF. RGB value is (223,196,175). Sum of RGB (Red+Green+Blue) = 223+196+175=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC4AF is #203B50. Grayscale: #C9C9C9. Windows color (decimal): -2112337 or 11519199. OLE color: 11519199.

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

Color convert

RGB 223 196 175 -
CMYK 0 0.12 0.22 0.13
HSL 26.25º 0.43% 0.78% -
HSV(B) 26.25º 0.22% 0.87% -
XYZ 57.91 58.26 48.75 -
YUV 201.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 223 196 175 0 0.12 0.22 0.13 26.25 0.43 0.78
Hex DF C4 AF 0 C 16 D 1A 2B 4E
Octal 337 304 257 0 14 26 15 32 53 116
Binary 11011111 11000100 10101111 0 1100 10110 1101 11010 101011 1001110

Color Harmonies of #DFC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC4AF

Black with #DFC4AF

Text Example


Text Example

White with #DFC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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