#D3D265

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

Shades of Goldenrod #D3D265

Tints of Goldenrod #D3D265

Color information

#D3D265 (or 0xD3D265) is unknown color: approx Goldenrod. HEX triplet: D3, D2 and 65. RGB value is (211,210,101). Sum of RGB (Red+Green+Blue) = 211+210+101=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D265 is #2C2D9A. Grayscale: #C6C6C6. Windows color (decimal): -2895259 or 6673107. OLE color: 6673107.

HSL color Cylindrical-coordinate representation of color #D3D265: hue angle of 59.45º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3D265 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211210101-
CMYK00.000.520.17
HSL59.45º55.56%61.18%-
HSV(B)59.45º52.13%82.75%-
XYZ52.2660.8821.31-
YUV197.8773.33137.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 210 (82.42% from 255) = 40.23%
BLUE value IS 101 (39.84% from 255) = 19.35%
R=40.42%
G=40.23%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21121010100.000.520.1759.4555.5661.18
HexD3D2650034113b383d
Octal323322145006421737075
Binary110100111101001011001010011010010001111011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D265; }

 p { color: rgb(211,210,101); }

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

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

 a { background-color: rgb(211,210,101); }

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

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

 span { border-color: rgb(211,210,101); }

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