#D7CC63

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

Shades of Goldenrod #D7CC63

Tints of Goldenrod #D7CC63

Color information

#D7CC63 (or 0xD7CC63) is unknown color: approx Goldenrod. HEX triplet: D7, CC and 63. RGB value is (215,204,99). Sum of RGB (Red+Green+Blue) = 215+204+99=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC63 is #28339C. Grayscale: #C3C3C3. Windows color (decimal): -2634653 or 6540503. OLE color: 6540503.

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

Color convert

RGB21520499-
CMYK00.050.540.16
HSL54.31º59.18%61.57%-
HSV(B)54.31º53.95%84.31%-
XYZ51.8758.5320.37-
YUV195.3273.64142.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 99 (39.06% from 255) = 19.11%
R=41.51%
G=39.38%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152049900.050.540.1654.3159.1861.57
HexD7CC63053610363b3e
Octal327314143056620667376
Binary11010111110011001100011010111011010000110110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CC63; }

 p { color: rgb(215,204,99); }

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

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

 a { background-color: rgb(215,204,99); }

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

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

 span { border-color: rgb(215,204,99); }

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