Html Css Color HEX #D3C49B Double Spanish White

📋 copy color: '#D3C49B'

red 211 ◦ green 196 ◦ blue 155

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

Shades of Double Spanish White #D3C49B

Tints of Double Spanish White #D3C49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.58%

R = 37.54%
G = 34.88%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3C49B (or 0xD3C49B) is known color: Double Spanish White. HEX triplet: D3, C4 and 9B. RGB value is (211,196,155). Sum of RGB (Red+Green+Blue) = 211+196+155=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C49B is #2C3B64. Grayscale: #C3C3C3. Windows color (decimal): -2898789 or 10208467. OLE color: 10208467.

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

Color convert

RGB 211 196 155 -
CMYK 0 0.07 0.27 0.17
HSL 43.93º 0.39% 0.72% -
HSV(B) 43.93º 0.27% 0.83% -
XYZ 52.52 55.7 38.99 -
YUV 195.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 211 196 155 0 0.07 0.27 0.17 43.93 0.39 0.72
Hex D3 C4 9B 0 7 1B 11 2C 27 48
Octal 323 304 233 0 7 33 21 54 47 110
Binary 11010011 11000100 10011011 0 111 11011 10001 101100 100111 1001000

Color Harmonies of #D3C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C49B

Black with #D3C49B

Text Example


Text Example

White with #D3C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C49B; }

 p { color: rgb(211,196,155); }

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

background-color css

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

 a { background-color: rgb(211,196,155); }

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

border-color css

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

 span { border-color: rgb(211,196,155); }

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