#DCDF62

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

Shades of Goldenrod #DCDF62

Tints of Goldenrod #DCDF62

Color information

#DCDF62 (or 0xDCDF62) is unknown color: approx Goldenrod. HEX triplet: DC, DF and 62. RGB value is (220,223,98). Sum of RGB (Red+Green+Blue) = 220+223+98=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF62 is #23209D. Grayscale: #D0D0D0. Windows color (decimal): -2302110 or 6479836. OLE color: 6479836.

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

Color convert

RGB22022398-
CMYK0.0100.560.13
HSL61.44º66.14%62.94%-
HSV(B)61.44º56.05%87.45%-
XYZ58.1168.8721.79-
YUV207.8566.01136.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 98 (38.67% from 255) = 18.11%
R=40.67%
G=41.22%
B=18.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220223980.0100.560.1361.4466.1462.94
HexDCDF621038D3d423f
Octal3343371421070157510277
Binary110111001101111111000101011100011011111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF62; }

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

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

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

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

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

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

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

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