#DCE13B

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

Shades of Starship #DCE13B

Tints of Starship #DCE13B

Color information

#DCE13B (or 0xDCE13B) is unknown color: approx Starship. HEX triplet: DC, E1 and 3B. RGB value is (220,225,59). Sum of RGB (Red+Green+Blue) = 220+225+59=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE13B is #231EC4. Grayscale: #CDCDCD. Windows color (decimal): -2301637 or 3924444. OLE color: 3924444.

HSL color Cylindrical-coordinate representation of color #DCE13B: hue angle of 61.81º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCE13B is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22022559-
CMYK0.0200.740.12
HSL61.81º73.45%55.69%-
HSV(B)61.81º73.78%88.24%-
XYZ57.2369.3814.51-
YUV204.5845.84139-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 59 (23.44% from 255) = 11.71%
R=43.65%
G=44.64%
B=11.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220225590.0200.740.1261.8173.4555.69
HexDCE13B204AC3e4938
Octal3343417320112147611170
Binary1101110011100001111011100100101011001111101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE13B; }

 p { color: rgb(220,225,59); }

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

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

 a { background-color: rgb(220,225,59); }

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

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

 span { border-color: rgb(220,225,59); }

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