#D5D367

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

Shades of Goldenrod #D5D367

Tints of Goldenrod #D5D367

Color information

#D5D367 (or 0xD5D367) is unknown color: approx Goldenrod. HEX triplet: D5, D3 and 67. RGB value is (213,211,103). Sum of RGB (Red+Green+Blue) = 213+211+103=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D367 is #2A2C98. Grayscale: #C7C7C7. Windows color (decimal): -2763929 or 6804437. OLE color: 6804437.

HSL color Cylindrical-coordinate representation of color #D5D367: hue angle of 58.91º 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 #D5D367 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213211103-
CMYK00.010.520.16
HSL58.91º56.7%61.96%-
HSV(B)58.91º51.64%83.53%-
XYZ53.1861.7121.94-
YUV199.2973.66137.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 103 (40.62% from 255) = 19.54%
R=40.42%
G=40.04%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321110300.010.520.1658.9156.761.96
HexD5D3670134103b393e
Octal325323147016420737176
Binary110101011101001111001110111010010000111011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D367; }

 p { color: rgb(213,211,103); }

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

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

 a { background-color: rgb(213,211,103); }

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

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

 span { border-color: rgb(213,211,103); }

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