#D8D461

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

Shades of Goldenrod #D8D461

Tints of Goldenrod #D8D461

Color information

#D8D461 (or 0xD8D461) is unknown color: approx Goldenrod. HEX triplet: D8, D4 and 61. RGB value is (216,212,97). Sum of RGB (Red+Green+Blue) = 216+212+97=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D461 is #272B9E. Grayscale: #C8C8C8. Windows color (decimal): -2567071 or 6411480. OLE color: 6411480.

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

Color convert

RGB21621297-
CMYK00.020.550.15
HSL57.98º60.41%61.37%-
HSV(B)57.98º55.09%84.71%-
XYZ54.0262.5520.54-
YUV200.0969.83139.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 212 (83.20% from 255) = 40.38%
BLUE value IS 97 (38.28% from 255) = 18.48%
R=41.14%
G=40.38%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162129700.020.550.1557.9860.4161.37
HexD8D4610237F3a3c3d
Octal330324141026717727475
Binary110110001101010011000010101101111111111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D461; }

 p { color: rgb(216,212,97); }

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

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

 a { background-color: rgb(216,212,97); }

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

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

 span { border-color: rgb(216,212,97); }

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