#D3C098

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

Shades of Double Spanish White #D3C098

Tints of Double Spanish White #D3C098

Color information

#D3C098 (or 0xD3C098) is unknown color: approx Double Spanish White. HEX triplet: D3, C0 and 98. RGB value is (211,192,152). Sum of RGB (Red+Green+Blue) = 211+192+152=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C098 is #2C3F67. Grayscale: #C1C1C1. Windows color (decimal): -2899816 or 10010835. OLE color: 10010835.

HSL color Cylindrical-coordinate representation of color #D3C098: hue angle of 40.68º 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 #D3C098 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB211192152-
CMYK00.090.280.17
HSL40.68º40.14%71.18%-
HSV(B)40.68º27.96%82.75%-
XYZ51.3853.8237.39-
YUV193.12104.79140.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 192 (75.39% from 255) = 34.59%
BLUE value IS 152 (59.77% from 255) = 27.39%
R=38.02%
G=34.59%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119215200.090.280.1740.6840.1471.18
HexD3C098091C11292847
Octal32330023001134215150107
Binary1101001111000000100110000100111100100011010011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C098; }

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

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

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

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

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

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

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

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