Html Css Color HEX #D9C0BE Alto

📋 copy color: '#D9C0BE'

red 217 ◦ green 192 ◦ blue 190

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

Shades of Alto #D9C0BE

Tints of Alto #D9C0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.72%

R = 36.23%
G = 32.05%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9C0BE (or 0xD9C0BE) is known color: Alto. HEX triplet: D9, C0 and BE. RGB value is (217,192,190). Sum of RGB (Red+Green+Blue) = 217+192+190=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0BE is #263F41. Grayscale: #C7C7C7. Windows color (decimal): -2506562 or 12501209. OLE color: 12501209.

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

Color convert

RGB 217 192 190 -
CMYK 0 0.12 0.12 0.15
HSL 4.44º 0.26% 0.8% -
HSV(B) 4.44º 0.12% 0.85% -
XYZ 56.76 56.17 56.57 -
YUV 199.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 217 192 190 0 0.12 0.12 0.15 4.44 0.26 0.8
Hex D9 C0 BE 0 C C F 4 1A 50
Octal 331 300 276 0 14 14 17 4 32 120
Binary 11011001 11000000 10111110 0 1100 1100 1111 100 11010 1010000

Color Harmonies of #D9C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0BE

Black with #D9C0BE

Text Example


Text Example

White with #D9C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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