#D3C49E

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

Shades of Double Spanish White #D3C49E

Tints of Double Spanish White #D3C49E

Color information

#D3C49E (or 0xD3C49E) is unknown color: approx Double Spanish White. HEX triplet: D3, C4 and 9E. RGB value is (211,196,158). Sum of RGB (Red+Green+Blue) = 211+196+158=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C49E is #2C3B61. Grayscale: #C4C4C4. Windows color (decimal): -2898786 or 10405075. OLE color: 10405075.

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

Color convert

RGB211196158-
CMYK00.070.250.17
HSL43.02º37.59%72.35%-
HSV(B)43.02º25.12%82.75%-
XYZ52.7855.840.34-
YUV196.15106.47138.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=37.35%
G=34.69%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119615800.070.250.1743.0237.5972.35
HexD3C49E0719112b2648
Octal3233042360731215346110
Binary110100111100010010011110011111001100011010111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C49E; }

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

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

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

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

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

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

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

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