#D4C49E

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

Shades of Double Spanish White #D4C49E

Tints of Double Spanish White #D4C49E

Color information

#D4C49E (or 0xD4C49E) is unknown color: approx Double Spanish White. HEX triplet: D4, C4 and 9E. RGB value is (212,196,158). Sum of RGB (Red+Green+Blue) = 212+196+158=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C49E is #2B3B61. Grayscale: #C4C4C4. Windows color (decimal): -2833250 or 10405076. OLE color: 10405076.

HSL color Cylindrical-coordinate representation of color #D4C49E: hue angle of 42.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4C49E is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212196158-
CMYK00.080.250.17
HSL42.22º38.57%72.55%-
HSV(B)42.22º25.47%83.14%-
XYZ53.0655.9540.35-
YUV196.45106.3139.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=37.46%
G=34.63%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219615800.080.250.1742.2238.5772.55
HexD4C49E0819112a2749
Octal32430423601031215247111
Binary1101010011000100100111100100011001100011010101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C49E; }

 p { color: rgb(212,196,158); }

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

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

 a { background-color: rgb(212,196,158); }

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

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

 span { border-color: rgb(212,196,158); }

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