#D6D58D

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

Shades of Deco #D6D58D

Tints of Deco #D6D58D

Color information

#D6D58D (or 0xD6D58D) is unknown color: approx Deco. HEX triplet: D6, D5 and 8D. RGB value is (214,213,141). Sum of RGB (Red+Green+Blue) = 214+213+141=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D58D is #292A72. Grayscale: #CDCDCD. Windows color (decimal): -2697843 or 9295318. OLE color: 9295318.

HSL color Cylindrical-coordinate representation of color #D6D58D: hue angle of 59.18º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6D58D is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214213141-
CMYK00.000.340.16
HSL59.18º47.1%69.61%-
HSV(B)59.18º34.11%83.92%-
XYZ56.3363.8134.55-
YUV205.0991.83134.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 213 (83.59% from 255) = 37.5%
BLUE value IS 141 (55.47% from 255) = 24.82%
R=37.68%
G=37.5%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421314100.000.340.1659.1847.169.61
HexD6D58D0022103b2f46
Octal3263252150042207357106
Binary11010110110101011000110100100010100001110111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D58D; }

 p { color: rgb(214,213,141); }

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

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

 a { background-color: rgb(214,213,141); }

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

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

 span { border-color: rgb(214,213,141); }

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