#D6D065

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

Shades of Goldenrod #D6D065

Tints of Goldenrod #D6D065

Color information

#D6D065 (or 0xD6D065) is unknown color: approx Goldenrod. HEX triplet: D6, D0 and 65. RGB value is (214,208,101). Sum of RGB (Red+Green+Blue) = 214+208+101=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D065 is #292F9A. Grayscale: #C6C6C6. Windows color (decimal): -2699163 or 6672598. OLE color: 6672598.

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

Color convert

RGB214208101-
CMYK00.030.530.16
HSL56.81º57.95%61.76%-
HSV(B)56.81º52.8%83.92%-
XYZ52.6460.3521.19-
YUV197.673.49139.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 101 (39.84% from 255) = 19.31%
R=40.92%
G=39.77%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420810100.030.530.1656.8157.9561.76
HexD6D065033510393a3e
Octal326320145036520717276
Binary1101011011010000110010101111010110000111001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D065; }

 p { color: rgb(214,208,101); }

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

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

 a { background-color: rgb(214,208,101); }

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

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

 span { border-color: rgb(214,208,101); }

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