#d4df6d

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

Shades of Goldenrod #D4DF6D

Tints of Goldenrod #D4DF6D

Color information

#D4DF6D (or 0xD4DF6D) is unknown color: approx Goldenrod. HEX triplet: D4, DF and 6D. RGB value is (212,223,109). Sum of RGB (Red+Green+Blue) = 212+223+109=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF6D is #2B2092. Grayscale: #CFCFCF. Windows color (decimal): -2826387 or 7200724. OLE color: 7200724.

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

Color convert

RGB212223109-
CMYK0.0500.510.13
HSL65.79º64.04%65.1%-
HSV(B)65.79º51.12%87.45%-
XYZ56.367.8824.6-
YUV206.7172.86131.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 109 (42.97% from 255) = 20.04%
R=38.97%
G=40.99%
B=20.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122231090.0500.510.1365.7964.0465.1
HexD4DF6D5033D424041
Octal324337155506315102100101
Binary1101010011011111110110110101100111101100001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4df6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4df6d; }

 p { color: rgb(212,223,109); }

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

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

 a { background-color: rgb(212,223,109); }

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

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

 span { border-color: rgb(212,223,109); }

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