#D3D183

Color #D3D183 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D3D183

Tints of Deco #D3D183

Color information

#D3D183 (or 0xD3D183) is unknown color: approx Deco. HEX triplet: D3, D1 and 83. RGB value is (211,209,131). Sum of RGB (Red+Green+Blue) = 211+209+131=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D183 is #2C2E7C. Grayscale: #C9C9C9. Windows color (decimal): -2895485 or 8638931. OLE color: 8638931.

HSL color Cylindrical-coordinate representation of color #D3D183: hue angle of 58.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D3D183 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB211209131-
CMYK00.010.380.17
HSL58.5º47.62%67.06%-
HSV(B)58.5º37.91%82.75%-
XYZ53.7661.0930.43-
YUV200.7188.66135.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.29%
GREEN value IS 209 (82.03% from 255) = 37.93%
BLUE value IS 131 (51.56% from 255) = 23.77%
R=38.29%
G=37.93%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120913100.010.380.1758.547.6267.06
HexD3D1830126113a3043
Octal3233212030146217260103
Binary11010011110100011000001101100110100011110101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D183; }

 p { color: rgb(211,209,131); }

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

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

 a { background-color: rgb(211,209,131); }

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

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

 span { border-color: rgb(211,209,131); }

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