#D8D265

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

Shades of Goldenrod #D8D265

Tints of Goldenrod #D8D265

Color information

#D8D265 (or 0xD8D265) is unknown color: approx Goldenrod. HEX triplet: D8, D2 and 65. RGB value is (216,210,101). Sum of RGB (Red+Green+Blue) = 216+210+101=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D265 is #272D9A. Grayscale: #C7C7C7. Windows color (decimal): -2567579 or 6673112. OLE color: 6673112.

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

Color convert

RGB216210101-
CMYK00.030.530.15
HSL56.87º59.59%62.16%-
HSV(B)56.87º53.24%84.71%-
XYZ53.7161.6321.38-
YUV199.3772.49139.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 101 (39.84% from 255) = 19.17%
R=40.99%
G=39.85%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621010100.030.530.1556.8759.5962.16
HexD8D2650335F393c3e
Octal330322145036517717476
Binary110110001101001011001010111101011111111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D265; }

 p { color: rgb(216,210,101); }

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

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

 a { background-color: rgb(216,210,101); }

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

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

 span { border-color: rgb(216,210,101); }

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