#D4C194

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

Shades of Double Spanish White #D4C194

Tints of Double Spanish White #D4C194

Color information

#D4C194 (or 0xD4C194) is unknown color: approx Double Spanish White. HEX triplet: D4, C1 and 94. RGB value is (212,193,148). Sum of RGB (Red+Green+Blue) = 212+193+148=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C194 is #2B3E6B. Grayscale: #C1C1C1. Windows color (decimal): -2834028 or 9748948. OLE color: 9748948.

HSL color Cylindrical-coordinate representation of color #D4C194: hue angle of 42.19º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4C194 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212193148-
CMYK00.090.300.17
HSL42.19º42.67%70.59%-
HSV(B)42.19º30.19%83.14%-
XYZ51.5754.2835.78-
YUV193.55102.29141.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=38.34%
G=34.90%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219314800.090.300.1742.1942.6770.59
HexD4C194091E112a2b47
Octal32430122401136215253107
Binary1101010011000001100101000100111110100011010101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C194; }

 p { color: rgb(212,193,148); }

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

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

 a { background-color: rgb(212,193,148); }

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

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

 span { border-color: rgb(212,193,148); }

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