#d5dc61

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

Shades of Goldenrod #D5DC61

Tints of Goldenrod #D5DC61

Color information

#D5DC61 (or 0xD5DC61) is unknown color: approx Goldenrod. HEX triplet: D5, DC and 61. RGB value is (213,220,97). Sum of RGB (Red+Green+Blue) = 213+220+97=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC61 is #2A239E. Grayscale: #CCCCCC. Windows color (decimal): -2761631 or 6413525. OLE color: 6413525.

HSL color Cylindrical-coordinate representation of color #D5DC61: hue angle of 63.41º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5DC61 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB21322097-
CMYK0.0300.560.14
HSL63.41º63.73%62.16%-
HSV(B)63.41º55.91%86.27%-
XYZ55.1966.221.18-
YUV203.8867.68134.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 97 (38.28% from 255) = 18.30%
R=40.19%
G=41.51%
B=18.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal213220970.0300.560.1463.4163.7362.16
HexD5DC613038E3f403e
Octal3253341413070167710076
Binary1101010111011100110000111011100011101111111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5dc61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5dc61; }

 p { color: rgb(213,220,97); }

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

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

 a { background-color: rgb(213,220,97); }

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

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

 span { border-color: rgb(213,220,97); }

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