Html Css Color HEX #D9C0BD Alto

📋 copy color: '#D9C0BD'

red 217 ◦ green 192 ◦ blue 189

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

Shades of Alto #D9C0BD

Tints of Alto #D9C0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.11%

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

R = 36.29%
G = 32.11%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9C0BD (or 0xD9C0BD) is known color: Alto. HEX triplet: D9, C0 and BD. RGB value is (217,192,189). Sum of RGB (Red+Green+Blue) = 217+192+189=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0BD is #263F42. Grayscale: #C7C7C7. Windows color (decimal): -2506563 or 12435673. OLE color: 12435673.

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

Color convert

RGB 217 192 189 -
CMYK 0 0.12 0.13 0.15
HSL 6.43º 0.27% 0.8% -
HSV(B) 6.43º 0.13% 0.85% -
XYZ 56.65 56.13 55.99 -
YUV 199.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 217 192 189 0 0.12 0.13 0.15 6.43 0.27 0.8
Hex D9 C0 BD 0 C D F 6 1B 50
Octal 331 300 275 0 14 15 17 6 33 120
Binary 11011001 11000000 10111101 0 1100 1101 1111 110 11011 1010000

Color Harmonies of #D9C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0BD

Black with #D9C0BD

Text Example


Text Example

White with #D9C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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