#DCDF65

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

Shades of Goldenrod #DCDF65

Tints of Goldenrod #DCDF65

Color information

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

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

Color convert

RGB220223101-
CMYK0.0100.550.13
HSL61.48º65.59%63.53%-
HSV(B)61.48º54.71%87.45%-
XYZ58.2568.9322.55-
YUV208.267.51136.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231010.0100.550.1361.4865.5963.53
HexDCDF651037D3d4240
Octal33433714510671575102100
Binary1101110011011111110010110110111110111110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF65; }

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

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

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

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

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

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

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

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