#D9D365

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

Shades of Goldenrod #D9D365

Tints of Goldenrod #D9D365

Color information

#D9D365 (or 0xD9D365) is unknown color: approx Goldenrod. HEX triplet: D9, D3 and 65. RGB value is (217,211,101). Sum of RGB (Red+Green+Blue) = 217+211+101=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D365 is #262C9A. Grayscale: #C8C8C8. Windows color (decimal): -2501787 or 6673369. OLE color: 6673369.

HSL color Cylindrical-coordinate representation of color #D9D365: hue angle of 56.9º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9D365 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217211101-
CMYK00.030.530.15
HSL56.9º60.42%62.35%-
HSV(B)56.9º53.46%85.1%-
XYZ54.2662.2821.47-
YUV200.2571.99139.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 101 (39.84% from 255) = 19.09%
R=41.02%
G=39.89%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721110100.030.530.1556.960.4262.35
HexD9D3650335F393c3e
Octal331323145036517717476
Binary110110011101001111001010111101011111111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D365; }

 p { color: rgb(217,211,101); }

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

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

 a { background-color: rgb(217,211,101); }

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

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

 span { border-color: rgb(217,211,101); }

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