Html Css Color HEX #DFC9AF Bone

📋 copy color: '#DFC9AF'

red 223 ◦ green 201 ◦ blue 175

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

Shades of Bone #DFC9AF

Tints of Bone #DFC9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.56%

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

R = 37.23%
G = 33.56%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFC9AF (or 0xDFC9AF) is known color: Bone. HEX triplet: DF, C9 and AF. RGB value is (223,201,175). Sum of RGB (Red+Green+Blue) = 223+201+175=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9AF is #203650. Grayscale: #CCCCCC. Windows color (decimal): -2111057 or 11520479. OLE color: 11520479.

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

Color convert

RGB 223 201 175 -
CMYK 0 0.10 0.22 0.13
HSL 32.5º 0.43% 0.78% -
HSV(B) 32.5º 0.22% 0.87% -
XYZ 59.06 60.56 49.13 -
YUV 204.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 223 201 175 0 0.10 0.22 0.13 32.5 0.43 0.78
Hex DF C9 AF 0 A 16 D 20 2B 4E
Octal 337 311 257 0 12 26 15 40 53 116
Binary 11011111 11001001 10101111 0 1010 10110 1101 100000 101011 1001110

Color Harmonies of #DFC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9AF

Black with #DFC9AF

Text Example


Text Example

White with #DFC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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