Html Css Color HEX #D9C2BD Alto

📋 copy color: '#D9C2BD'

red 217 ◦ green 194 ◦ blue 189

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

Shades of Alto #D9C2BD

Tints of Alto #D9C2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.5%

R = 36.17%
G = 32.33%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9C2BD (or 0xD9C2BD) is known color: Alto. HEX triplet: D9, C2 and BD. RGB value is (217,194,189). Sum of RGB (Red+Green+Blue) = 217+194+189=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2BD is #263D42. Grayscale: #C8C8C8. Windows color (decimal): -2506051 or 12436185. OLE color: 12436185.

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

Color convert

RGB 217 194 189 -
CMYK 0 0.11 0.13 0.15
HSL 10.71º 0.27% 0.8% -
HSV(B) 10.71º 0.13% 0.85% -
XYZ 57.09 57.01 56.14 -
YUV 200.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 217 194 189 0 0.11 0.13 0.15 10.71 0.27 0.8
Hex D9 C2 BD 0 B D F B 1B 50
Octal 331 302 275 0 13 15 17 13 33 120
Binary 11011001 11000010 10111101 0 1011 1101 1111 1011 11011 1010000

Color Harmonies of #D9C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C2BD

Black with #D9C2BD

Text Example


Text Example

White with #D9C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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