#D6CD63

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

Shades of Goldenrod #D6CD63

Tints of Goldenrod #D6CD63

Color information

#D6CD63 (or 0xD6CD63) is unknown color: approx Goldenrod. HEX triplet: D6, CD and 63. RGB value is (214,205,99). Sum of RGB (Red+Green+Blue) = 214+205+99=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD63 is #29329C. Grayscale: #C4C4C4. Windows color (decimal): -2699933 or 6540758. OLE color: 6540758.

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

Color convert

RGB21420599-
CMYK00.040.540.16
HSL55.3º58.38%61.37%-
HSV(B)55.3º53.74%83.92%-
XYZ51.8258.8620.43-
YUV195.6173.48141.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 99 (39.06% from 255) = 19.11%
R=41.31%
G=39.58%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142059900.040.540.1655.358.3861.37
HexD6CD63043610373a3d
Octal326315143046620677275
Binary11010110110011011100011010011011010000110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD63; }

 p { color: rgb(214,205,99); }

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

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

 a { background-color: rgb(214,205,99); }

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

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

 span { border-color: rgb(214,205,99); }

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