Html Css Color HEX #D8C0BE Alto

📋 copy color: '#D8C0BE'

red 216 ◦ green 192 ◦ blue 190

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

Shades of Alto #D8C0BE

Tints of Alto #D8C0BE

RGB

 RED value IS 216 (84.77% from 255) = 36.12%

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

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

R = 36.12%
G = 32.11%
B = 31.77%

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

#D8C0BE (or 0xD8C0BE) is known color: Alto. HEX triplet: D8, C0 and BE. RGB value is (216,192,190). Sum of RGB (Red+Green+Blue) = 216+192+190=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0BE is #273F41. Grayscale: #C6C6C6. Windows color (decimal): -2572098 or 12501208. OLE color: 12501208.

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

Color convert

RGB 216 192 190 -
CMYK 0 0.11 0.12 0.15
HSL 4.62º 0.25% 0.8% -
HSV(B) 4.62º 0.12% 0.85% -
XYZ 56.46 56.02 56.55 -
YUV 198.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 216 192 190 0 0.11 0.12 0.15 4.62 0.25 0.8
Hex D8 C0 BE 0 B C F 5 19 50
Octal 330 300 276 0 13 14 17 5 31 120
Binary 11011000 11000000 10111110 0 1011 1100 1111 101 11001 1010000

Color Harmonies of #D8C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C0BE

Black with #D8C0BE

Text Example


Text Example

White with #D8C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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