#DFE042

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

Shades of Starship #DFE042

Tints of Starship #DFE042

Color information

#DFE042 (or 0xDFE042) is unknown color: approx Starship. HEX triplet: DF, E0 and 42. RGB value is (223,224,66). Sum of RGB (Red+Green+Blue) = 223+224+66=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE042 is #201FBD. Grayscale: #CECECE. Windows color (decimal): -2105278 or 4382943. OLE color: 4382943.

HSL color Cylindrical-coordinate representation of color #DFE042: hue angle of 60.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFE042 is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB22322466-
CMYK0.0000.710.12
HSL60.38º71.82%56.86%-
HSV(B)60.38º70.54%87.84%-
XYZ58.0769.3915.49-
YUV205.6949.17140.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 224 (87.89% from 255) = 43.66%
BLUE value IS 66 (26.17% from 255) = 12.87%
R=43.47%
G=43.66%
B=12.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal223224660.0000.710.1260.3871.8256.86
HexDFE0420047C3c4839
Octal33734010200107147411071
Binary1101111111100000100001000100011111001111001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE042; }

 p { color: rgb(223,224,66); }

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

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

 a { background-color: rgb(223,224,66); }

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

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

 span { border-color: rgb(223,224,66); }

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