#D8CAA5

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

Shades of Double Spanish White #D8CAA5

Tints of Double Spanish White #D8CAA5

Color information

#D8CAA5 (or 0xD8CAA5) is unknown color: approx Double Spanish White. HEX triplet: D8, CA and A5. RGB value is (216,202,165). Sum of RGB (Red+Green+Blue) = 216+202+165=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CAA5 is #27355A. Grayscale: #CACACA. Windows color (decimal): -2569563 or 10865368. OLE color: 10865368.

HSL color Cylindrical-coordinate representation of color #D8CAA5: hue angle of 43.53º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8CAA5 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB216202165-
CMYK00.060.240.15
HSL43.53º39.53%74.71%-
HSV(B)43.53º23.61%84.71%-
XYZ56.2359.5644.13-
YUV201.97107.14138.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 165 (64.84% from 255) = 28.30%
R=37.05%
G=34.65%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620216500.060.240.1543.5339.5374.71
HexD8CAA50618F2c284b
Octal3303122450630175450113
Binary11011000110010101010010101101100011111011001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAA5; }

 p { color: rgb(216,202,165); }

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

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

 a { background-color: rgb(216,202,165); }

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

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

 span { border-color: rgb(216,202,165); }

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