Html Css Color HEX #D5C59E Double Spanish White

📋 copy color: '#D5C59E'

red 213 ◦ green 197 ◦ blue 158

#D5C59E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Spanish White #D5C59E

Tints of Double Spanish White #D5C59E

RGB

 RED value IS 213 (83.59% from 255) = 37.5%

 GREEN value IS 197 (77.34% from 255) = 34.68%

 BLUE value IS 158 (62.11% from 255) = 27.82%

R = 37.5%
G = 34.68%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5C59E (or 0xD5C59E) is known color: Double Spanish White. HEX triplet: D5, C5 and 9E. RGB value is (213,197,158). Sum of RGB (Red+Green+Blue) = 213+197+158=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C59E is #2A3A61. Grayscale: #C5C5C5. Windows color (decimal): -2767458 or 10405333. OLE color: 10405333.

HSL color Cylindrical-coordinate representation of color #D5C59E: hue angle of 42.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5C59E is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 197 158 -
CMYK 0 0.08 0.26 0.16
HSL 42.55º 0.4% 0.73% -
HSV(B) 42.55º 0.26% 0.84% -
XYZ 53.58 56.55 40.44 -
YUV 197.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 213 197 158 0 0.08 0.26 0.16 42.55 0.4 0.73
Hex D5 C5 9E 0 8 1A 10 2B 28 49
Octal 325 305 236 0 10 32 20 53 50 111
Binary 11010101 11000101 10011110 0 1000 11010 10000 101011 101000 1001001

Color Harmonies of #D5C59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C59E

Black with #D5C59E

Text Example


Text Example

White with #D5C59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C59E; }

 p { color: rgb(213,197,158); }

 H1.HeaderClassName
 {
   color: #D5C59E;
 }
 .AnyTagClassName
 {
   color: #D5C59E;
 }
</style>

background-color css

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

 a { background-color: rgb(213,197,158); }

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

border-color css

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

 span { border-color: rgb(213,197,158); }

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