#D9D469

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

Shades of Goldenrod #D9D469

Tints of Goldenrod #D9D469

Color information

#D9D469 (or 0xD9D469) is unknown color: approx Goldenrod. HEX triplet: D9, D4 and 69. RGB value is (217,212,105). Sum of RGB (Red+Green+Blue) = 217+212+105=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D469 is #262B96. Grayscale: #C9C9C9. Windows color (decimal): -2501527 or 6935769. OLE color: 6935769.

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

Color convert

RGB217212105-
CMYK00.020.520.15
HSL57.32º59.57%63.14%-
HSV(B)57.32º51.61%85.1%-
XYZ54.7162.8622.61-
YUV201.373.66139.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=40.64%
G=39.70%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721210500.020.520.1557.3259.5763.14
HexD9D4690234F393c3f
Octal331324151026417717477
Binary110110011101010011010010101101001111111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D469; }

 p { color: rgb(217,212,105); }

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

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

 a { background-color: rgb(217,212,105); }

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

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

 span { border-color: rgb(217,212,105); }

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