#DEE068

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

Shades of Goldenrod #DEE068

Tints of Goldenrod #DEE068

Color information

#DEE068 (or 0xDEE068) is unknown color: approx Goldenrod. HEX triplet: DE, E0 and 68. RGB value is (222,224,104). Sum of RGB (Red+Green+Blue) = 222+224+104=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE068 is #211F97. Grayscale: #D2D2D2. Windows color (decimal): -2170776 or 6873310. OLE color: 6873310.

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

Color convert

RGB222224104-
CMYK0.0100.540.12
HSL61º65.93%64.31%-
HSV(B)61º53.57%87.84%-
XYZ59.2869.8423.45-
YUV209.7268.34136.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 104 (41.02% from 255) = 18.91%
R=40.36%
G=40.73%
B=18.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241040.0100.540.126165.9364.31
HexDEE0681036C3d4240
Octal33634015010661475102100
Binary1101111011100000110100010110110110011110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE068; }

 p { color: rgb(222,224,104); }

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

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

 a { background-color: rgb(222,224,104); }

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

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

 span { border-color: rgb(222,224,104); }

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