#D7D769

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

Shades of Goldenrod #D7D769

Tints of Goldenrod #D7D769

Color information

#D7D769 (or 0xD7D769) is unknown color: approx Goldenrod. HEX triplet: D7, D7 and 69. RGB value is (215,215,105). Sum of RGB (Red+Green+Blue) = 215+215+105=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D769 is #282896. Grayscale: #CACACA. Windows color (decimal): -2631831 or 6936535. OLE color: 6936535.

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

Color convert

RGB215215105-
CMYK000.510.16
HSL60º57.89%62.75%-
HSV(B)60º51.16%84.31%-
XYZ54.8764.0722.84-
YUV202.4673136.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 105 (41.41% from 255) = 19.63%
R=40.19%
G=40.19%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215215105000.510.166057.8962.75
HexD7D7690033103c3a3f
Octal327327151006320747277
Binary110101111101011111010010011001110000111100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D769; }

 p { color: rgb(215,215,105); }

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

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

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

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

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

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

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