#D3C49D

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

Shades of Double Spanish White #D3C49D

Tints of Double Spanish White #D3C49D

Color information

#D3C49D (or 0xD3C49D) is unknown color: approx Double Spanish White. HEX triplet: D3, C4 and 9D. RGB value is (211,196,157). Sum of RGB (Red+Green+Blue) = 211+196+157=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C49D is #2C3B62. Grayscale: #C4C4C4. Windows color (decimal): -2898787 or 10339539. OLE color: 10339539.

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

Color convert

RGB211196157-
CMYK00.070.260.17
HSL43.33º38.03%72.16%-
HSV(B)43.33º25.59%82.75%-
XYZ52.6955.7639.88-
YUV196.04105.97138.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 196 (76.95% from 255) = 34.75%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=37.41%
G=34.75%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119615700.070.260.1743.3338.0372.16
HexD3C49D071A112b2648
Octal3233042350732215346110
Binary110100111100010010011101011111010100011010111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C49D; }

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

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

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

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

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

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

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

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