#D5D066

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

Shades of Goldenrod #D5D066

Tints of Goldenrod #D5D066

Color information

#D5D066 (or 0xD5D066) is unknown color: approx Goldenrod. HEX triplet: D5, D0 and 66. RGB value is (213,208,102). Sum of RGB (Red+Green+Blue) = 213+208+102=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D066 is #2A2F99. Grayscale: #C5C5C5. Windows color (decimal): -2764698 or 6738133. OLE color: 6738133.

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

Color convert

RGB213208102-
CMYK00.020.520.16
HSL57.3º56.92%61.76%-
HSV(B)57.3º52.11%83.53%-
XYZ52.3960.2221.43-
YUV197.4174.16139.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 102 (40.23% from 255) = 19.50%
R=40.73%
G=39.77%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320810200.020.520.1657.356.9261.76
HexD5D06602341039393e
Octal325320146026420717176
Binary1101010111010000110011001011010010000111001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D066; }

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

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

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

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

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

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

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

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