Html Css Color HEX #D3C5AB Double Spanish White

📋 copy color: '#D3C5AB'

red 211 ◦ green 197 ◦ blue 171

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

Shades of Double Spanish White #D3C5AB

Tints of Double Spanish White #D3C5AB

RGB

 RED value IS 211 (82.81% from 255) = 36.44%

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

 BLUE value IS 171 (67.19% from 255) = 29.53%

R = 36.44%
G = 34.02%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D3C5AB (or 0xD3C5AB) is known color: Double Spanish White. HEX triplet: D3, C5 and AB. RGB value is (211,197,171). Sum of RGB (Red+Green+Blue) = 211+197+171=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C5AB is #2C3A54. Grayscale: #C6C6C6. Windows color (decimal): -2898517 or 11257299. OLE color: 11257299.

HSL color Cylindrical-coordinate representation of color #D3C5AB: hue angle of 39º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3C5AB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 197 171 -
CMYK 0 0.07 0.19 0.17
HSL 39º 0.31% 0.75% -
HSV(B) 39º 0.19% 0.83% -
XYZ 54.18 56.72 46.62 -
YUV 198.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 211 197 171 0 0.07 0.19 0.17 39 0.31 0.75
Hex D3 C5 AB 0 7 13 11 27 1F 4B
Octal 323 305 253 0 7 23 21 47 37 113
Binary 11010011 11000101 10101011 0 111 10011 10001 100111 11111 1001011

Color Harmonies of #D3C5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C5AB

Black with #D3C5AB

Text Example


Text Example

White with #D3C5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C5AB; }

 p { color: rgb(211,197,171); }

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

background-color css

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

 a { background-color: rgb(211,197,171); }

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

border-color css

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

 span { border-color: rgb(211,197,171); }

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