#D4D363

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

Shades of Goldenrod #D4D363

Tints of Goldenrod #D4D363

Color information

#D4D363 (or 0xD4D363) is unknown color: approx Goldenrod. HEX triplet: D4, D3 and 63. RGB value is (212,211,99). Sum of RGB (Red+Green+Blue) = 212+211+99=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D363 is #2B2C9C. Grayscale: #C6C6C6. Windows color (decimal): -2829469 or 6542292. OLE color: 6542292.

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

Color convert

RGB21221199-
CMYK00.000.530.17
HSL59.47º56.78%60.98%-
HSV(B)59.47º53.3%83.14%-
XYZ52.761.4920.89-
YUV198.5371.83137.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 211 (82.81% from 255) = 40.42%
BLUE value IS 99 (39.06% from 255) = 18.97%
R=40.61%
G=40.42%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122119900.000.530.1759.4756.7860.98
HexD4D3630035113b393d
Octal324323143006521737175
Binary110101001101001111000110011010110001111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D363; }

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

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

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

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

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

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

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

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