Html Css Color HEX #D5C6A9 Double Spanish White

📋 copy color: '#D5C6A9'

red 213 ◦ green 198 ◦ blue 169

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

Shades of Double Spanish White #D5C6A9

Tints of Double Spanish White #D5C6A9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.14%

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

R = 36.72%
G = 34.14%
B = 29.14%

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

#D5C6A9 (or 0xD5C6A9) is known color: Double Spanish White. HEX triplet: D5, C6 and A9. RGB value is (213,198,169). Sum of RGB (Red+Green+Blue) = 213+198+169=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C6A9 is #2A3956. Grayscale: #C7C7C7. Windows color (decimal): -2767191 or 11126485. OLE color: 11126485.

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

Color convert

RGB 213 198 169 -
CMYK 0 0.07 0.21 0.16
HSL 39.55º 0.34% 0.75% -
HSV(B) 39.55º 0.21% 0.84% -
XYZ 54.8 57.4 45.73 -
YUV 199.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 213 198 169 0 0.07 0.21 0.16 39.55 0.34 0.75
Hex D5 C6 A9 0 7 15 10 28 22 4B
Octal 325 306 251 0 7 25 20 50 42 113
Binary 11010101 11000110 10101001 0 111 10101 10000 101000 100010 1001011

Color Harmonies of #D5C6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6A9

Black with #D5C6A9

Text Example


Text Example

White with #D5C6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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