#D6D563

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

Shades of Goldenrod #D6D563

Tints of Goldenrod #D6D563

Color information

#D6D563 (or 0xD6D563) is unknown color: approx Goldenrod. HEX triplet: D6, D5 and 63. RGB value is (214,213,99). Sum of RGB (Red+Green+Blue) = 214+213+99=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D563 is #292A9C. Grayscale: #C8C8C8. Windows color (decimal): -2697885 or 6542806. OLE color: 6542806.

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

Color convert

RGB21421399-
CMYK00.000.540.16
HSL59.48º58.38%61.37%-
HSV(B)59.48º53.74%83.92%-
XYZ53.7862.7921.09-
YUV200.370.83137.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 99 (39.06% from 255) = 18.82%
R=40.68%
G=40.49%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142139900.000.540.1659.4858.3861.37
HexD6D5630036103b3a3d
Octal326325143006620737275
Binary110101101101010111000110011011010000111011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D563; }

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

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

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

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

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

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

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

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