Html Css Color HEX #D5C49D Double Spanish White

📋 copy color: '#D5C49D'

red 213 ◦ green 196 ◦ blue 157

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

Shades of Double Spanish White #D5C49D

Tints of Double Spanish White #D5C49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.74%

R = 37.63%
G = 34.63%
B = 27.74%

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

#D5C49D (or 0xD5C49D) is known color: Double Spanish White. HEX triplet: D5, C4 and 9D. RGB value is (213,196,157). Sum of RGB (Red+Green+Blue) = 213+196+157=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C49D is #2A3B62. Grayscale: #C4C4C4. Windows color (decimal): -2767715 or 10339541. OLE color: 10339541.

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

Color convert

RGB 213 196 157 -
CMYK 0 0.08 0.26 0.16
HSL 41.79º 0.4% 0.73% -
HSV(B) 41.79º 0.26% 0.84% -
XYZ 53.27 56.06 39.91 -
YUV 196.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 213 196 157 0 0.08 0.26 0.16 41.79 0.4 0.73
Hex D5 C4 9D 0 8 1A 10 2A 28 49
Octal 325 304 235 0 10 32 20 52 50 111
Binary 11010101 11000100 10011101 0 1000 11010 10000 101010 101000 1001001

Color Harmonies of #D5C49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C49D

Black with #D5C49D

Text Example


Text Example

White with #D5C49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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