#D4C5AB

Color #D4C5AB Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #D4C5AB

Tints of Double Spanish White #D4C5AB

Color information

#D4C5AB (or 0xD4C5AB) is unknown color: approx Double Spanish White. HEX triplet: D4, C5 and AB. RGB value is (212,197,171). Sum of RGB (Red+Green+Blue) = 212+197+171=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C5AB is #2B3A54. Grayscale: #C6C6C6. Windows color (decimal): -2832981 or 11257300. OLE color: 11257300.

HSL color Cylindrical-coordinate representation of color #D4C5AB: hue angle of 38.05º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4C5AB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212197171-
CMYK00.070.190.17
HSL38.05º32.28%75.1%-
HSV(B)38.05º19.34%83.14%-
XYZ54.4756.8746.63-
YUV198.52112.47137.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=36.55%
G=33.97%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219717100.070.190.1738.0532.2875.1
HexD4C5AB07131126204b
Octal3243052530723214640113
Binary110101001100010110101011011110011100011001101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C5AB; }

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

 H1.HeaderClassName
 {
   color: #D4C5AB;
 }
 .AnyTagClassName
 {
   color: #D4C5AB;
 }
</style>
background-color css

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

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

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

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

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

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