Html Css Color HEX #D5C2BD Alto

📋 copy color: '#D5C2BD'

red 213 ◦ green 194 ◦ blue 189

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

Shades of Alto #D5C2BD

Tints of Alto #D5C2BD

RGB

 RED value IS 213 (83.59% from 255) = 35.74%

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

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

R = 35.74%
G = 32.55%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5C2BD (or 0xD5C2BD) is known color: Alto. HEX triplet: D5, C2 and BD. RGB value is (213,194,189). Sum of RGB (Red+Green+Blue) = 213+194+189=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2BD is #2A3D42. Grayscale: #C7C7C7. Windows color (decimal): -2768195 or 12436181. OLE color: 12436181.

HSL color Cylindrical-coordinate representation of color #D5C2BD: hue angle of 12.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C2BD is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 194 189 -
CMYK 0 0.09 0.11 0.16
HSL 12.5º 0.22% 0.79% -
HSV(B) 12.5º 0.11% 0.84% -
XYZ 55.92 56.4 56.08 -
YUV 199.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 213 194 189 0 0.09 0.11 0.16 12.5 0.22 0.79
Hex D5 C2 BD 0 9 B 10 C 16 4F
Octal 325 302 275 0 11 13 20 14 26 117
Binary 11010101 11000010 10111101 0 1001 1011 10000 1100 10110 1001111

Color Harmonies of #D5C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C2BD

Black with #D5C2BD

Text Example


Text Example

White with #D5C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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