#D3D967

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

Shades of Goldenrod #D3D967

Tints of Goldenrod #D3D967

Color information

#D3D967 (or 0xD3D967) is unknown color: approx Goldenrod. HEX triplet: D3, D9 and 67. RGB value is (211,217,103). Sum of RGB (Red+Green+Blue) = 211+217+103=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D967 is #2C2698. Grayscale: #CACACA. Windows color (decimal): -2893465 or 6805971. OLE color: 6805971.

HSL color Cylindrical-coordinate representation of color #D3D967: hue angle of 63.16º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3D967 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB211217103-
CMYK0.0300.530.15
HSL63.16º60%62.75%-
HSV(B)63.16º52.53%85.1%-
XYZ54.1364.4522.42-
YUV202.2172.01134.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 103 (40.62% from 255) = 19.40%
R=39.74%
G=40.87%
B=19.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112171030.0300.530.1563.166062.75
HexD3D9673035F3f3c3f
Octal323331147306517777477
Binary110100111101100111001111101101011111111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D967; }

 p { color: rgb(211,217,103); }

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

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

 a { background-color: rgb(211,217,103); }

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

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

 span { border-color: rgb(211,217,103); }

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