#DFDC65

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

Shades of Goldenrod #DFDC65

Tints of Goldenrod #DFDC65

Color information

#DFDC65 (or 0xDFDC65) is unknown color: approx Goldenrod. HEX triplet: DF, DC and 65. RGB value is (223,220,101). Sum of RGB (Red+Green+Blue) = 223+220+101=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC65 is #20239A. Grayscale: #CFCFCF. Windows color (decimal): -2106267 or 6675679. OLE color: 6675679.

HSL color Cylindrical-coordinate representation of color #DFDC65: hue angle of 58.52º 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 #DFDC65 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB223220101-
CMYK00.010.550.13
HSL58.52º65.59%63.53%-
HSV(B)58.52º54.71%87.45%-
XYZ58.3767.8122.32-
YUV207.3367.99139.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 101 (39.84% from 255) = 18.57%
R=40.99%
G=40.44%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322010100.010.550.1358.5265.5963.53
HexDFDC650137D3b4240
Octal33733414501671573102100
Binary1101111111011100110010101110111110111101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC65; }

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

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

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

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

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

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

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

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