#DCE269

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

Shades of Goldenrod #DCE269

Tints of Goldenrod #DCE269

Color information

#DCE269 (or 0xDCE269) is unknown color: approx Goldenrod. HEX triplet: DC, E2 and 69. RGB value is (220,226,105). Sum of RGB (Red+Green+Blue) = 220+226+105=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE269 is #231D96. Grayscale: #D2D2D2. Windows color (decimal): -2301335 or 6939356. OLE color: 6939356.

HSL color Cylindrical-coordinate representation of color #DCE269: hue angle of 62.98º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCE269 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB220226105-
CMYK0.0300.540.11
HSL62.98º67.6%64.9%-
HSV(B)62.98º53.54%88.63%-
XYZ59.2670.6323.87-
YUV210.4168.51134.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 226 (88.67% from 255) = 41.02%
BLUE value IS 105 (41.41% from 255) = 19.06%
R=39.93%
G=41.02%
B=19.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202261050.0300.540.1162.9867.664.9
HexDCE2693036B3f4441
Octal33434215130661377104101
Binary11011100111000101101001110110110101111111110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE269; }

 p { color: rgb(220,226,105); }

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

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

 a { background-color: rgb(220,226,105); }

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

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

 span { border-color: rgb(220,226,105); }

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