Html Css Color HEX #D1C5AA Double Spanish White

📋 copy color: '#D1C5AA'

red 209 ◦ green 197 ◦ blue 170

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

Shades of Double Spanish White #D1C5AA

Tints of Double Spanish White #D1C5AA

RGB

 RED value IS 209 (82.03% from 255) = 36.28%

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

 BLUE value IS 170 (66.8% from 255) = 29.51%

R = 36.28%
G = 34.2%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D1C5AA (or 0xD1C5AA) is known color: Double Spanish White. HEX triplet: D1, C5 and AA. RGB value is (209,197,170). Sum of RGB (Red+Green+Blue) = 209+197+170=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C5AA is #2E3A55. Grayscale: #C5C5C5. Windows color (decimal): -3029590 or 11191761. OLE color: 11191761.

HSL color Cylindrical-coordinate representation of color #D1C5AA: hue angle of 41.54º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1C5AA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 197 170 -
CMYK 0 0.06 0.19 0.18
HSL 41.54º 0.3% 0.74% -
HSV(B) 41.54º 0.19% 0.82% -
XYZ 53.52 56.39 46.09 -
YUV 197.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 209 197 170 0 0.06 0.19 0.18 41.54 0.3 0.74
Hex D1 C5 AA 0 6 13 12 2A 1E 4A
Octal 321 305 252 0 6 23 22 52 36 112
Binary 11010001 11000101 10101010 0 110 10011 10010 101010 11110 1001010

Color Harmonies of #D1C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C5AA

Black with #D1C5AA

Text Example


Text Example

White with #D1C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C5AA; }

 p { color: rgb(209,197,170); }

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

background-color css

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

 a { background-color: rgb(209,197,170); }

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

border-color css

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

 span { border-color: rgb(209,197,170); }

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