#DCDE74

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

Shades of Goldenrod #DCDE74

Tints of Goldenrod #DCDE74

Color information

#DCDE74 (or 0xDCDE74) is unknown color: approx Goldenrod. HEX triplet: DC, DE and 74. RGB value is (220,222,116). Sum of RGB (Red+Green+Blue) = 220+222+116=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE74 is #23218B. Grayscale: #D1D1D1. Windows color (decimal): -2302348 or 7659228. OLE color: 7659228.

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

Color convert

RGB220222116-
CMYK0.0100.480.13
HSL61.13º61.63%66.27%-
HSV(B)61.13º47.75%87.06%-
XYZ58.7968.7226.69-
YUV209.3275.34135.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 222 (87.11% from 255) = 39.78%
BLUE value IS 116 (45.70% from 255) = 20.79%
R=39.43%
G=39.78%
B=20.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221160.0100.480.1361.1361.6366.27
HexDCDE741030D3d3e42
Octal3343361641060157576102
Binary110111001101111011101001011000011011111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE74; }

 p { color: rgb(220,222,116); }

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

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

 a { background-color: rgb(220,222,116); }

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

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

 span { border-color: rgb(220,222,116); }

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