#DCDF7A

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

Shades of Goldenrod #DCDF7A

Tints of Goldenrod #DCDF7A

Color information

#DCDF7A (or 0xDCDF7A) is unknown color: approx Goldenrod. HEX triplet: DC, DF and 7A. RGB value is (220,223,122). Sum of RGB (Red+Green+Blue) = 220+223+122=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF7A is #232085. Grayscale: #D2D2D2. Windows color (decimal): -2302086 or 8052700. OLE color: 8052700.

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

Color convert

RGB220223122-
CMYK0.0100.450.13
HSL61.78º61.21%67.65%-
HSV(B)61.78º45.29%87.45%-
XYZ59.4269.428.68-
YUV210.5978.01134.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 122 (48.05% from 255) = 21.59%
R=38.94%
G=39.47%
B=21.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231220.0100.450.1361.7861.2167.65
HexDCDF7A102DD3e3d44
Octal3343371721055157675104
Binary110111001101111111110101010110111011111101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF7A; }

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

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

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

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

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

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

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

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