#DCE946

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

Shades of Starship #DCE946

Tints of Starship #DCE946

Color information

#DCE946 (or 0xDCE946) is unknown color: approx Starship. HEX triplet: DC, E9 and 46. RGB value is (220,233,70). Sum of RGB (Red+Green+Blue) = 220+233+70=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE946 is #2316B9. Grayscale: #D3D3D3. Windows color (decimal): -2299578 or 4647388. OLE color: 4647388.

HSL color Cylindrical-coordinate representation of color #DCE946: hue angle of 64.79º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCE946 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB22023370-
CMYK0.0600.700.09
HSL64.79º78.74%59.41%-
HSV(B)64.79º69.96%91.37%-
XYZ59.7673.9416.92-
YUV210.5348.69134.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 233 (91.41% from 255) = 44.55%
BLUE value IS 70 (27.73% from 255) = 13.38%
R=42.07%
G=44.55%
B=13.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220233700.0600.700.0964.7978.7459.41
HexDCE94660469414f3b
Octal334351106601061110111773
Binary1101110011101001100011011001000110100110000011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE946; }

 p { color: rgb(220,233,70); }

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

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

 a { background-color: rgb(220,233,70); }

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

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

 span { border-color: rgb(220,233,70); }

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