#D3C398

Color #D3C398 Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #D3C398

Tints of Double Spanish White #D3C398

Color information

#D3C398 (or 0xD3C398) is unknown color: approx Double Spanish White. HEX triplet: D3, C3 and 98. RGB value is (211,195,152). Sum of RGB (Red+Green+Blue) = 211+195+152=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C398 is #2C3C67. Grayscale: #C3C3C3. Windows color (decimal): -2899048 or 10011603. OLE color: 10011603.

HSL color Cylindrical-coordinate representation of color #D3C398: hue angle of 43.73º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3C398 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB211195152-
CMYK00.080.280.17
HSL43.73º40.14%71.18%-
HSV(B)43.73º27.96%82.75%-
XYZ52.0555.1537.61-
YUV194.88103.8139.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 152 (59.77% from 255) = 27.24%
R=37.81%
G=34.95%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119515200.080.280.1743.7340.1471.18
HexD3C398081C112c2847
Octal32330323001034215450107
Binary1101001111000011100110000100011100100011011001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C398; }

 p { color: rgb(211,195,152); }

 H1.HeaderClassName
 {
   color: #D3C398;
 }
 .AnyTagClassName
 {
   color: #D3C398;
 }
</style>
background-color css

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

 a { background-color: rgb(211,195,152); }

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

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

 span { border-color: rgb(211,195,152); }

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