#D5C196

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

Shades of Double Spanish White #D5C196

Tints of Double Spanish White #D5C196

Color information

#D5C196 (or 0xD5C196) is unknown color: approx Double Spanish White. HEX triplet: D5, C1 and 96. RGB value is (213,193,150). Sum of RGB (Red+Green+Blue) = 213+193+150=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C196 is #2A3E69. Grayscale: #C2C2C2. Windows color (decimal): -2768490 or 9880021. OLE color: 9880021.

HSL color Cylindrical-coordinate representation of color #D5C196: hue angle of 40.95º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5C196 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213193150-
CMYK00.090.300.16
HSL40.95º42.86%71.18%-
HSV(B)40.95º29.58%83.53%-
XYZ52.0254.4936.63-
YUV194.08103.13141.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 193 (75.78% from 255) = 34.71%
BLUE value IS 150 (58.98% from 255) = 26.98%
R=38.31%
G=34.71%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319315000.090.300.1640.9542.8671.18
HexD5C196091E10292b47
Octal32530122601136205153107
Binary1101010111000001100101100100111110100001010011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C196; }

 p { color: rgb(213,193,150); }

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

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

 a { background-color: rgb(213,193,150); }

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

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

 span { border-color: rgb(213,193,150); }

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