#DCEB49

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

Shades of Starship #DCEB49

Tints of Starship #DCEB49

Color information

#DCEB49 (or 0xDCEB49) is unknown color: approx Starship. HEX triplet: DC, EB and 49. RGB value is (220,235,73). Sum of RGB (Red+Green+Blue) = 220+235+73=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB49 is #2314B6. Grayscale: #D4D4D4. Windows color (decimal): -2299063 or 4844508. OLE color: 4844508.

HSL color Cylindrical-coordinate representation of color #DCEB49: hue angle of 65.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCEB49 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB22023573-
CMYK0.0600.690.08
HSL65.56º80.2%60.39%-
HSV(B)65.56º68.94%92.16%-
XYZ60.4375.1117.62-
YUV212.0549.53133.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 235 (92.19% from 255) = 44.51%
BLUE value IS 73 (28.91% from 255) = 13.83%
R=41.67%
G=44.51%
B=13.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal220235730.0600.690.0865.5680.260.39
HexDCEB496045842503c
Octal334353111601051010212074
Binary1101110011101011100100111001000101100010000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB49; }

 p { color: rgb(220,235,73); }

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

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

 a { background-color: rgb(220,235,73); }

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

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

 span { border-color: rgb(220,235,73); }

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