Html Css Color HEX #D5C7A9 Double Spanish White

📋 copy color: '#D5C7A9'

red 213 ◦ green 199 ◦ blue 169

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

Shades of Double Spanish White #D5C7A9

Tints of Double Spanish White #D5C7A9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.25%

 BLUE value IS 169 (66.41% from 255) = 29.09%

R = 36.66%
G = 34.25%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D5C7A9 (or 0xD5C7A9) is known color: Double Spanish White. HEX triplet: D5, C7 and A9. RGB value is (213,199,169). Sum of RGB (Red+Green+Blue) = 213+199+169=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C7A9 is #2A3856. Grayscale: #C7C7C7. Windows color (decimal): -2766935 or 11126741. OLE color: 11126741.

HSL color Cylindrical-coordinate representation of color #D5C7A9: hue angle of 40.91º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5C7A9 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 169 -
CMYK 0 0.07 0.21 0.16
HSL 40.91º 0.34% 0.75% -
HSV(B) 40.91º 0.21% 0.84% -
XYZ 55.03 57.86 45.8 -
YUV 199.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 213 199 169 0 0.07 0.21 0.16 40.91 0.34 0.75
Hex D5 C7 A9 0 7 15 10 29 22 4B
Octal 325 307 251 0 7 25 20 51 42 113
Binary 11010101 11000111 10101001 0 111 10101 10000 101001 100010 1001011

Color Harmonies of #D5C7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7A9

Black with #D5C7A9

Text Example


Text Example

White with #D5C7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7A9; }

 p { color: rgb(213,199,169); }

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

background-color css

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

 a { background-color: rgb(213,199,169); }

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

border-color css

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

 span { border-color: rgb(213,199,169); }

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