#D6D483

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

Shades of Deco #D6D483

Tints of Deco #D6D483

Color information

#D6D483 (or 0xD6D483) is unknown color: approx Deco. HEX triplet: D6, D4 and 83. RGB value is (214,212,131). Sum of RGB (Red+Green+Blue) = 214+212+131=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D483 is #292B7C. Grayscale: #CBCBCB. Windows color (decimal): -2698109 or 8639702. OLE color: 8639702.

HSL color Cylindrical-coordinate representation of color #D6D483: hue angle of 58.55º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6D483 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214212131-
CMYK00.010.390.16
HSL58.55º50.3%67.65%-
HSV(B)58.55º38.79%83.92%-
XYZ55.3763.0230.72-
YUV203.3687.16135.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 131 (51.56% from 255) = 23.52%
R=38.42%
G=38.06%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421213100.010.390.1658.5550.367.65
HexD6D4830127103b3244
Octal3263242030147207362104
Binary11010110110101001000001101100111100001110111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D483; }

 p { color: rgb(214,212,131); }

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

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

 a { background-color: rgb(214,212,131); }

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

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

 span { border-color: rgb(214,212,131); }

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