#D5C296

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

Shades of Double Spanish White #D5C296

Tints of Double Spanish White #D5C296

Color information

#D5C296 (or 0xD5C296) is unknown color: approx Double Spanish White. HEX triplet: D5, C2 and 96. RGB value is (213,194,150). Sum of RGB (Red+Green+Blue) = 213+194+150=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C296 is #2A3D69. Grayscale: #C2C2C2. Windows color (decimal): -2768234 or 9880277. OLE color: 9880277.

HSL color Cylindrical-coordinate representation of color #D5C296: hue angle of 41.9º 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 #D5C296 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213194150-
CMYK00.090.300.16
HSL41.9º42.86%71.18%-
HSV(B)41.9º29.58%83.53%-
XYZ52.2454.9336.7-
YUV194.66102.79141.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=38.24%
G=34.83%
B=26.93%

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
Decimal21319415000.090.300.1641.942.8671.18
HexD5C296091E102a2b47
Octal32530222601136205253107
Binary1101010111000010100101100100111110100001010101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C296; }

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

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

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

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

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

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

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

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