#D1C29A

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

Shades of Double Spanish White #D1C29A

Tints of Double Spanish White #D1C29A

Color information

#D1C29A (or 0xD1C29A) is unknown color: approx Double Spanish White. HEX triplet: D1, C2 and 9A. RGB value is (209,194,154). Sum of RGB (Red+Green+Blue) = 209+194+154=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C29A is #2E3D65. Grayscale: #C2C2C2. Windows color (decimal): -3030374 or 10142417. OLE color: 10142417.

HSL color Cylindrical-coordinate representation of color #D1C29A: hue angle of 43.64º 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 #D1C29A is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209194154-
CMYK00.070.260.18
HSL43.64º37.41%71.18%-
HSV(B)43.64º26.32%81.96%-
XYZ51.4254.4738.38-
YUV193.92105.47138.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=37.52%
G=34.83%
B=27.65%

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
Decimal20919415400.070.260.1843.6437.4171.18
HexD1C29A071A122c2547
Octal3213022320732225445107
Binary110100011100001010011010011111010100101011001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C29A; }

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

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

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

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

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

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

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

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