Html Css Color HEX #D5C49E Double Spanish White

📋 copy color: '#D5C49E'

red 213 ◦ green 196 ◦ blue 158

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

Shades of Double Spanish White #D5C49E

Tints of Double Spanish White #D5C49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

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

R = 37.57%
G = 34.57%
B = 27.87%

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

#D5C49E (or 0xD5C49E) is known color: Double Spanish White. HEX triplet: D5, C4 and 9E. RGB value is (213,196,158). Sum of RGB (Red+Green+Blue) = 213+196+158=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C49E is #2A3B61. Grayscale: #C4C4C4. Windows color (decimal): -2767714 or 10405077. OLE color: 10405077.

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

Color convert

RGB 213 196 158 -
CMYK 0 0.08 0.26 0.16
HSL 41.45º 0.4% 0.73% -
HSV(B) 41.45º 0.26% 0.84% -
XYZ 53.35 56.09 40.36 -
YUV 196.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 213 196 158 0 0.08 0.26 0.16 41.45 0.4 0.73
Hex D5 C4 9E 0 8 1A 10 29 28 49
Octal 325 304 236 0 10 32 20 51 50 111
Binary 11010101 11000100 10011110 0 1000 11010 10000 101001 101000 1001001

Color Harmonies of #D5C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C49E

Black with #D5C49E

Text Example


Text Example

White with #D5C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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