#DFE06C

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

Shades of Goldenrod #DFE06C

Tints of Goldenrod #DFE06C

Color information

#DFE06C (or 0xDFE06C) is unknown color: approx Goldenrod. HEX triplet: DF, E0 and 6C. RGB value is (223,224,108). Sum of RGB (Red+Green+Blue) = 223+224+108=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE06C is #201F93. Grayscale: #D2D2D2. Windows color (decimal): -2105236 or 7135455. OLE color: 7135455.

HSL color Cylindrical-coordinate representation of color #DFE06C: hue angle of 60.52º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFE06C is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB223224108-
CMYK0.0000.520.12
HSL60.52º65.17%65.1%-
HSV(B)60.52º51.79%87.84%-
XYZ59.7970.0824.56-
YUV210.4870.17136.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 224 (87.89% from 255) = 40.36%
BLUE value IS 108 (42.58% from 255) = 19.46%
R=40.18%
G=40.36%
B=19.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241080.0000.520.1260.5265.1765.1
HexDFE06C0034C3d4141
Octal33734015400641475101101
Binary1101111111100000110110000110100110011110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE06C; }

 p { color: rgb(223,224,108); }

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

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

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

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

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

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

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