Html Css Color HEX #DFC7AF Bone

📋 copy color: '#DFC7AF'

red 223 ◦ green 199 ◦ blue 175

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

Shades of Bone #DFC7AF

Tints of Bone #DFC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.33%

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

R = 37.35%
G = 33.33%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFC7AF (or 0xDFC7AF) is known color: Bone. HEX triplet: DF, C7 and AF. RGB value is (223,199,175). Sum of RGB (Red+Green+Blue) = 223+199+175=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7AF is #203850. Grayscale: #CBCBCB. Windows color (decimal): -2111569 or 11519967. OLE color: 11519967.

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

Color convert

RGB 223 199 175 -
CMYK 0 0.11 0.22 0.13
HSL 30º 0.43% 0.78% -
HSV(B) 30º 0.22% 0.87% -
XYZ 58.59 59.63 48.98 -
YUV 203.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 223 199 175 0 0.11 0.22 0.13 30 0.43 0.78
Hex DF C7 AF 0 B 16 D 1E 2B 4E
Octal 337 307 257 0 13 26 15 36 53 116
Binary 11011111 11000111 10101111 0 1011 10110 1101 11110 101011 1001110

Color Harmonies of #DFC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC7AF

Black with #DFC7AF

Text Example


Text Example

White with #DFC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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