#D7D268

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

Shades of Goldenrod #D7D268

Tints of Goldenrod #D7D268

Color information

#D7D268 (or 0xD7D268) is unknown color: approx Goldenrod. HEX triplet: D7, D2 and 68. RGB value is (215,210,104). Sum of RGB (Red+Green+Blue) = 215+210+104=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D268 is #282D97. Grayscale: #C7C7C7. Windows color (decimal): -2633112 or 6869719. OLE color: 6869719.

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

Color convert

RGB215210104-
CMYK00.020.520.16
HSL57.3º58.12%62.55%-
HSV(B)57.3º51.63%84.31%-
XYZ53.5761.5422.15-
YUV199.4174.16139.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 104 (41.02% from 255) = 19.66%
R=40.64%
G=39.70%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521010400.020.520.1657.358.1262.55
HexD7D268023410393a3f
Octal327322150026420717277
Binary1101011111010010110100001011010010000111001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D268; }

 p { color: rgb(215,210,104); }

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

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

 a { background-color: rgb(215,210,104); }

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

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

 span { border-color: rgb(215,210,104); }

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