#D4D663

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

Shades of Goldenrod #D4D663

Tints of Goldenrod #D4D663

Color information

#D4D663 (or 0xD4D663) is unknown color: approx Goldenrod. HEX triplet: D4, D6 and 63. RGB value is (212,214,99). Sum of RGB (Red+Green+Blue) = 212+214+99=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D663 is #2B299C. Grayscale: #C8C8C8. Windows color (decimal): -2828701 or 6543060. OLE color: 6543060.

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

Color convert

RGB21221499-
CMYK0.0100.540.16
HSL61.04º58.38%61.37%-
HSV(B)61.04º53.74%83.92%-
XYZ53.4562.9921.15-
YUV200.2970.84136.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 214 (83.98% from 255) = 40.76%
BLUE value IS 99 (39.06% from 255) = 18.86%
R=40.38%
G=40.76%
B=18.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212214990.0100.540.1661.0458.3861.37
HexD4D6631036103d3a3d
Octal324326143106620757275
Binary110101001101011011000111011011010000111101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D663; }

 p { color: rgb(212,214,99); }

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

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

 a { background-color: rgb(212,214,99); }

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

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

 span { border-color: rgb(212,214,99); }

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