#D6DD63

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

Shades of Goldenrod #D6DD63

Tints of Goldenrod #D6DD63

Color information

#D6DD63 (or 0xD6DD63) is unknown color: approx Goldenrod. HEX triplet: D6, DD and 63. RGB value is (214,221,99). Sum of RGB (Red+Green+Blue) = 214+221+99=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD63 is #29229C. Grayscale: #CDCDCD. Windows color (decimal): -2695837 or 6544854. OLE color: 6544854.

HSL color Cylindrical-coordinate representation of color #D6DD63: hue angle of 63.44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6DD63 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB21422199-
CMYK0.0300.550.13
HSL63.44º64.21%62.75%-
HSV(B)63.44º55.2%86.67%-
XYZ55.8466.9121.78-
YUV20568.18134.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 221 (86.72% from 255) = 41.39%
BLUE value IS 99 (39.06% from 255) = 18.54%
R=40.07%
G=41.39%
B=18.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214221990.0300.550.1363.4464.2162.75
HexD6DD633037D3f403f
Octal3263351433067157710077
Binary1101011011011101110001111011011111011111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DD63; }

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

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

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

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

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

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

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

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