#D3DF72

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

Shades of Goldenrod #D3DF72

Tints of Goldenrod #D3DF72

Color information

#D3DF72 (or 0xD3DF72) is unknown color: approx Goldenrod. HEX triplet: D3, DF and 72. RGB value is (211,223,114). Sum of RGB (Red+Green+Blue) = 211+223+114=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DF72 is #2C208D. Grayscale: #CFCFCF. Windows color (decimal): -2891918 or 7528403. OLE color: 7528403.

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

Color convert

RGB211223114-
CMYK0.0500.490.13
HSL66.61º63.01%66.08%-
HSV(B)66.61º48.88%87.45%-
XYZ56.2967.8426.05-
YUV206.9975.52130.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 223 (87.5% from 255) = 40.69%
BLUE value IS 114 (44.92% from 255) = 20.80%
R=38.50%
G=40.69%
B=20.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112231140.0500.490.1366.6163.0166.08
HexD3DF725031D433f42
Octal32333716250611510377102
Binary110100111101111111100101010110001110110000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DF72; }

 p { color: rgb(211,223,114); }

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

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

 a { background-color: rgb(211,223,114); }

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

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

 span { border-color: rgb(211,223,114); }

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