Html Css Color HEX #D9C2AF Bone

📋 copy color: '#D9C2AF'

red 217 ◦ green 194 ◦ blue 175

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

Shades of Bone #D9C2AF

Tints of Bone #D9C2AF

RGB

 RED value IS 217 (85.16% from 255) = 37.03%

 GREEN value IS 194 (76.17% from 255) = 33.11%

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

R = 37.03%
G = 33.11%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9C2AF (or 0xD9C2AF) is known color: Bone. HEX triplet: D9, C2 and AF. RGB value is (217,194,175). Sum of RGB (Red+Green+Blue) = 217+194+175=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C2AF is #263D50. Grayscale: #C6C6C6. Windows color (decimal): -2506065 or 11518681. OLE color: 11518681.

HSL color Cylindrical-coordinate representation of color #D9C2AF: hue angle of 27.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9C2AF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 194 175 -
CMYK 0 0.11 0.19 0.15
HSL 27.14º 0.36% 0.77% -
HSV(B) 27.14º 0.19% 0.85% -
XYZ 55.64 56.43 48.52 -
YUV 198.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 217 194 175 0 0.11 0.19 0.15 27.14 0.36 0.77
Hex D9 C2 AF 0 B 13 F 1B 24 4D
Octal 331 302 257 0 13 23 17 33 44 115
Binary 11011001 11000010 10101111 0 1011 10011 1111 11011 100100 1001101

Color Harmonies of #D9C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C2AF

Black with #D9C2AF

Text Example


Text Example

White with #D9C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C2AF; }

 p { color: rgb(217,194,175); }

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

background-color css

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

 a { background-color: rgb(217,194,175); }

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

border-color css

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

 span { border-color: rgb(217,194,175); }

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