#dfdf65

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

Shades of Goldenrod #DFDF65

Tints of Goldenrod #DFDF65

Color information

#DFDF65 (or 0xDFDF65) is unknown color: approx Goldenrod. HEX triplet: DF, DF and 65. RGB value is (223,223,101). Sum of RGB (Red+Green+Blue) = 223+223+101=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF65 is #20209A. Grayscale: #D1D1D1. Windows color (decimal): -2105499 or 6676447. OLE color: 6676447.

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

Color convert

RGB223223101-
CMYK000.550.13
HSL60º65.59%63.53%-
HSV(B)60º54.71%87.45%-
XYZ59.1769.422.59-
YUV209.0967137.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 101 (39.84% from 255) = 18.46%
R=40.77%
G=40.77%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223101000.550.136065.5963.53
HexDFDF650037D3c4240
Octal33733714500671574102100
Binary1101111111011111110010100110111110111110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfdf65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfdf65; }

 p { color: rgb(223,223,101); }

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

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

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

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

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

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

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