Html Css Color HEX #D8C2BD Alto

📋 copy color: '#D8C2BD'

red 216 ◦ green 194 ◦ blue 189

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

Shades of Alto #D8C2BD

Tints of Alto #D8C2BD

RGB

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

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

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

R = 36.06%
G = 32.39%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8C2BD (or 0xD8C2BD) is known color: Alto. HEX triplet: D8, C2 and BD. RGB value is (216,194,189). Sum of RGB (Red+Green+Blue) = 216+194+189=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C2BD is #273D42. Grayscale: #C8C8C8. Windows color (decimal): -2571587 or 12436184. OLE color: 12436184.

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

Color convert

RGB 216 194 189 -
CMYK 0 0.10 0.12 0.15
HSL 11.11º 0.26% 0.79% -
HSV(B) 11.11º 0.13% 0.85% -
XYZ 56.8 56.86 56.13 -
YUV 200.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 216 194 189 0 0.10 0.12 0.15 11.11 0.26 0.79
Hex D8 C2 BD 0 A C F B 1A 4F
Octal 330 302 275 0 12 14 17 13 32 117
Binary 11011000 11000010 10111101 0 1010 1100 1111 1011 11010 1001111

Color Harmonies of #D8C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C2BD

Black with #D8C2BD

Text Example


Text Example

White with #D8C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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