Html Css Color HEX #D9C2BF Alto

📋 copy color: '#D9C2BF'

red 217 ◦ green 194 ◦ blue 191

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

Shades of Alto #D9C2BF

Tints of Alto #D9C2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.73%

R = 36.05%
G = 32.23%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9C2BF (or 0xD9C2BF) is known color: Alto. HEX triplet: D9, C2 and BF. RGB value is (217,194,191). Sum of RGB (Red+Green+Blue) = 217+194+191=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2BF is #263D40. Grayscale: #C8C8C8. Windows color (decimal): -2506049 or 12567257. OLE color: 12567257.

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

Color convert

RGB 217 194 191 -
CMYK 0 0.11 0.12 0.15
HSL 6.92º 0.25% 0.8% -
HSV(B) 6.92º 0.12% 0.85% -
XYZ 57.31 57.1 57.29 -
YUV 200.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 217 194 191 0 0.11 0.12 0.15 6.92 0.25 0.8
Hex D9 C2 BF 0 B C F 7 19 50
Octal 331 302 277 0 13 14 17 7 31 120
Binary 11011001 11000010 10111111 0 1011 1100 1111 111 11001 1010000

Color Harmonies of #D9C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C2BF

Black with #D9C2BF

Text Example


Text Example

White with #D9C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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