#D7CE65

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

Shades of Goldenrod #D7CE65

Tints of Goldenrod #D7CE65

Color information

#D7CE65 (or 0xD7CE65) is unknown color: approx Goldenrod. HEX triplet: D7, CE and 65. RGB value is (215,206,101). Sum of RGB (Red+Green+Blue) = 215+206+101=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE65 is #28319A. Grayscale: #C5C5C5. Windows color (decimal): -2634139 or 6672087. OLE color: 6672087.

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

Color convert

RGB215206101-
CMYK00.040.530.16
HSL55.26º58.76%61.96%-
HSV(B)55.26º53.02%84.31%-
XYZ52.4459.5321.04-
YUV196.7273.98141.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 101 (39.84% from 255) = 19.35%
R=41.19%
G=39.46%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520610100.040.530.1655.2658.7661.96
HexD7CE65043510373b3e
Octal327316145046520677376
Binary11010111110011101100101010011010110000110111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE65; }

 p { color: rgb(215,206,101); }

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

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

 a { background-color: rgb(215,206,101); }

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

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

 span { border-color: rgb(215,206,101); }

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