Html Css Color HEX #D4C5BF Alto

📋 copy color: '#D4C5BF'

red 212 ◦ green 197 ◦ blue 191

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

Shades of Alto #D4C5BF

Tints of Alto #D4C5BF

RGB

 RED value IS 212 (83.2% from 255) = 35.33%

 GREEN value IS 197 (77.34% from 255) = 32.83%

 BLUE value IS 191 (75% from 255) = 31.83%

R = 35.33%
G = 32.83%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4C5BF (or 0xD4C5BF) is known color: Alto. HEX triplet: D4, C5 and BF. RGB value is (212,197,191). Sum of RGB (Red+Green+Blue) = 212+197+191=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5BF is #2B3A40. Grayscale: #C8C8C8. Windows color (decimal): -2832961 or 12568020. OLE color: 12568020.

HSL color Cylindrical-coordinate representation of color #D4C5BF: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4C5BF is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 197 191 -
CMYK 0 0.07 0.10 0.17
HSL 17.14º 0.2% 0.79% -
HSV(B) 17.14º 0.1% 0.83% -
XYZ 56.52 57.69 57.45 -
YUV 200.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 212 197 191 0 0.07 0.10 0.17 17.14 0.2 0.79
Hex D4 C5 BF 0 7 A 11 11 14 4F
Octal 324 305 277 0 7 12 21 21 24 117
Binary 11010100 11000101 10111111 0 111 1010 10001 10001 10100 1001111

Color Harmonies of #D4C5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C5BF

Black with #D4C5BF

Text Example


Text Example

White with #D4C5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C5BF; }

 p { color: rgb(212,197,191); }

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

background-color css

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

 a { background-color: rgb(212,197,191); }

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

border-color css

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

 span { border-color: rgb(212,197,191); }

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