#DCE168

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

Shades of Goldenrod #DCE168

Tints of Goldenrod #DCE168

Color information

#DCE168 (or 0xDCE168) is unknown color: approx Goldenrod. HEX triplet: DC, E1 and 68. RGB value is (220,225,104). Sum of RGB (Red+Green+Blue) = 220+225+104=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE168 is #231E97. Grayscale: #D2D2D2. Windows color (decimal): -2301592 or 6873564. OLE color: 6873564.

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

Color convert

RGB220225104-
CMYK0.0200.540.12
HSL62.48º66.85%64.51%-
HSV(B)62.48º53.78%88.24%-
XYZ58.9470.0723.51-
YUV209.7168.34135.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 104 (41.02% from 255) = 18.94%
R=40.07%
G=40.98%
B=18.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251040.0200.540.1262.4866.8564.51
HexDCE1682036C3e4341
Octal33434115020661476103101
Binary11011100111000011101000100110110110011111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE168; }

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

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

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

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

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

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

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

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