#DCE06C

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

Shades of Goldenrod #DCE06C

Tints of Goldenrod #DCE06C

Color information

#DCE06C (or 0xDCE06C) is unknown color: approx Goldenrod. HEX triplet: DC, E0 and 6C. RGB value is (220,224,108). Sum of RGB (Red+Green+Blue) = 220+224+108=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE06C is #231F93. Grayscale: #D2D2D2. Windows color (decimal): -2301844 or 7135452. OLE color: 7135452.

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

Color convert

RGB220224108-
CMYK0.0200.520.12
HSL62.07º65.17%65.1%-
HSV(B)62.07º51.79%87.84%-
XYZ58.8869.6124.52-
YUV209.5870.67135.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 108 (42.58% from 255) = 19.57%
R=39.86%
G=40.58%
B=19.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241080.0200.520.1262.0765.1765.1
HexDCE06C2034C3e4141
Octal33434015420641476101101
Binary11011100111000001101100100110100110011111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE06C; }

 p { color: rgb(220,224,108); }

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

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

 a { background-color: rgb(220,224,108); }

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

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

 span { border-color: rgb(220,224,108); }

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