#D5D068

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

Shades of Goldenrod #D5D068

Tints of Goldenrod #D5D068

Color information

#D5D068 (or 0xD5D068) is unknown color: approx Goldenrod. HEX triplet: D5, D0 and 68. RGB value is (213,208,104). Sum of RGB (Red+Green+Blue) = 213+208+104=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D068 is #2A2F97. Grayscale: #C6C6C6. Windows color (decimal): -2764696 or 6869205. OLE color: 6869205.

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

Color convert

RGB213208104-
CMYK00.020.510.16
HSL57.25º56.48%62.16%-
HSV(B)57.25º51.17%83.53%-
XYZ52.560.2621.96-
YUV197.6475.16138.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 104 (41.02% from 255) = 19.81%
R=40.57%
G=39.62%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320810400.020.510.1657.2556.4862.16
HexD5D06802331039383e
Octal325320150026320717076
Binary1101010111010000110100001011001110000111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D068; }

 p { color: rgb(213,208,104); }

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

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

 a { background-color: rgb(213,208,104); }

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

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

 span { border-color: rgb(213,208,104); }

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