Html Css Color HEX #D9C2AE Bone

📋 copy color: '#D9C2AE'

red 217 ◦ green 194 ◦ blue 174

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

Shades of Bone #D9C2AE

Tints of Bone #D9C2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.74%

R = 37.09%
G = 33.16%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9C2AE (or 0xD9C2AE) is known color: Bone. HEX triplet: D9, C2 and AE. RGB value is (217,194,174). Sum of RGB (Red+Green+Blue) = 217+194+174=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C2AE is #263D51. Grayscale: #C6C6C6. Windows color (decimal): -2506066 or 11453145. OLE color: 11453145.

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

Color convert

RGB 217 194 174 -
CMYK 0 0.11 0.20 0.15
HSL 27.91º 0.36% 0.77% -
HSV(B) 27.91º 0.2% 0.85% -
XYZ 55.55 56.39 48 -
YUV 198.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 217 194 174 0 0.11 0.20 0.15 27.91 0.36 0.77
Hex D9 C2 AE 0 B 14 F 1C 24 4D
Octal 331 302 256 0 13 24 17 34 44 115
Binary 11011001 11000010 10101110 0 1011 10100 1111 11100 100100 1001101

Color Harmonies of #D9C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C2AE

Black with #D9C2AE

Text Example


Text Example

White with #D9C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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