#D3C094

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

Shades of Double Spanish White #D3C094

Tints of Double Spanish White #D3C094

Color information

#D3C094 (or 0xD3C094) is unknown color: approx Double Spanish White. HEX triplet: D3, C0 and 94. RGB value is (211,192,148). Sum of RGB (Red+Green+Blue) = 211+192+148=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C094 is #2C3F6B. Grayscale: #C0C0C0. Windows color (decimal): -2899820 or 9748691. OLE color: 9748691.

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

Color convert

RGB211192148-
CMYK00.090.300.17
HSL41.9º41.72%70.39%-
HSV(B)41.9º29.86%82.75%-
XYZ51.0653.6935.69-
YUV192.67102.79141.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.29%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=38.29%
G=34.85%
B=26.86%

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
Decimal21119214800.090.300.1741.941.7270.39
HexD3C094091E112a2a46
Octal32330022401136215252106
Binary1101001111000000100101000100111110100011010101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C094; }

 p { color: rgb(211,192,148); }

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

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

 a { background-color: rgb(211,192,148); }

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

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

 span { border-color: rgb(211,192,148); }

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