#D3D479

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

Shades of Deco #D3D479

Tints of Deco #D3D479

Color information

#D3D479 (or 0xD3D479) is unknown color: approx Deco. HEX triplet: D3, D4 and 79. RGB value is (211,212,121). Sum of RGB (Red+Green+Blue) = 211+212+121=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D479 is #2C2B86. Grayscale: #C9C9C9. Windows color (decimal): -2894727 or 7984339. OLE color: 7984339.

HSL color Cylindrical-coordinate representation of color #D3D479: hue angle of 60.66º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3D479 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB211212121-
CMYK0.0000.430.17
HSL60.66º51.41%65.29%-
HSV(B)60.66º42.92%83.14%-
XYZ53.8662.3227.28-
YUV201.3382.67134.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.79%
GREEN value IS 212 (83.20% from 255) = 38.97%
BLUE value IS 121 (47.66% from 255) = 22.24%
R=38.79%
G=38.97%
B=22.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112121210.0000.430.1760.6651.4165.29
HexD3D479002B113d3341
Octal3233241710053217563101
Binary1101001111010100111100100101011100011111011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D479; }

 p { color: rgb(211,212,121); }

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

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

 a { background-color: rgb(211,212,121); }

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

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

 span { border-color: rgb(211,212,121); }

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