#D5CD6D

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

Shades of Goldenrod #D5CD6D

Tints of Goldenrod #D5CD6D

Color information

#D5CD6D (or 0xD5CD6D) is unknown color: approx Goldenrod. HEX triplet: D5, CD and 6D. RGB value is (213,205,109). Sum of RGB (Red+Green+Blue) = 213+205+109=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD6D is #2A3292. Grayscale: #C4C4C4. Windows color (decimal): -2765459 or 7196117. OLE color: 7196117.

HSL color Cylindrical-coordinate representation of color #D5CD6D: hue angle of 55.38º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5CD6D is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213205109-
CMYK00.040.490.16
HSL55.38º55.32%63.14%-
HSV(B)55.38º48.83%83.53%-
XYZ52.0358.9123.1-
YUV196.4578.65139.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 109 (42.97% from 255) = 20.68%
R=40.42%
G=38.90%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320510900.040.490.1655.3855.3263.14
HexD5CD6D04311037373f
Octal325315155046120676777
Binary11010101110011011101101010011000110000110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD6D; }

 p { color: rgb(213,205,109); }

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

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

 a { background-color: rgb(213,205,109); }

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

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

 span { border-color: rgb(213,205,109); }

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