#DCE165

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

Shades of Goldenrod #DCE165

Tints of Goldenrod #DCE165

Color information

#DCE165 (or 0xDCE165) is unknown color: approx Goldenrod. HEX triplet: DC, E1 and 65. RGB value is (220,225,101). Sum of RGB (Red+Green+Blue) = 220+225+101=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE165 is #231E9A. Grayscale: #D1D1D1. Windows color (decimal): -2301595 or 6676956. OLE color: 6676956.

HSL color Cylindrical-coordinate representation of color #DCE165: hue angle of 62.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE165 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB220225101-
CMYK0.0200.550.12
HSL62.42º67.39%63.92%-
HSV(B)62.42º55.11%88.24%-
XYZ58.7970.0122.73-
YUV209.3766.84135.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 225 (88.28% from 255) = 41.21%
BLUE value IS 101 (39.84% from 255) = 18.50%
R=40.29%
G=41.21%
B=18.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251010.0200.550.1262.4267.3963.92
HexDCE1652037C3e4340
Octal33434114520671476103100
Binary11011100111000011100101100110111110011111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE165; }

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

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

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

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

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

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

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

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