#DFDD64

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

Shades of Goldenrod #DFDD64

Tints of Goldenrod #DFDD64

Color information

#DFDD64 (or 0xDFDD64) is unknown color: approx Goldenrod. HEX triplet: DF, DD and 64. RGB value is (223,221,100). Sum of RGB (Red+Green+Blue) = 223+221+100=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD64 is #20229B. Grayscale: #D0D0D0. Windows color (decimal): -2106012 or 6610399. OLE color: 6610399.

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

Color convert

RGB223221100-
CMYK00.010.550.13
HSL59.02º65.78%63.33%-
HSV(B)59.02º55.16%87.45%-
XYZ58.5968.3222.16-
YUV207.867.16138.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 100 (39.45% from 255) = 18.38%
R=40.99%
G=40.62%
B=18.38%

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
Decimal22322110000.010.550.1359.0265.7863.33
HexDFDD640137D3b423f
Octal3373351440167157310277
Binary110111111101110111001000111011111011110111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD64; }

 p { color: rgb(223,221,100); }

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

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

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

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

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

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

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