#D1C39A

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

Shades of Double Spanish White #D1C39A

Tints of Double Spanish White #D1C39A

Color information

#D1C39A (or 0xD1C39A) is unknown color: approx Double Spanish White. HEX triplet: D1, C3 and 9A. RGB value is (209,195,154). Sum of RGB (Red+Green+Blue) = 209+195+154=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C39A is #2E3C65. Grayscale: #C2C2C2. Windows color (decimal): -3030118 or 10142673. OLE color: 10142673.

HSL color Cylindrical-coordinate representation of color #D1C39A: hue angle of 44.73º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1C39A is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209195154-
CMYK00.070.260.18
HSL44.73º37.41%71.18%-
HSV(B)44.73º26.32%81.96%-
XYZ51.6454.9238.45-
YUV194.51105.14138.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.46%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=37.46%
G=34.95%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919515400.070.260.1844.7337.4171.18
HexD1C39A071A122d2547
Octal3213032320732225545107
Binary110100011100001110011010011111010100101011011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C39A; }

 p { color: rgb(209,195,154); }

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

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

 a { background-color: rgb(209,195,154); }

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

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

 span { border-color: rgb(209,195,154); }

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