#DEE13B

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

Shades of Starship #DEE13B

Tints of Starship #DEE13B

Color information

#DEE13B (or 0xDEE13B) is unknown color: approx Starship. HEX triplet: DE, E1 and 3B. RGB value is (222,225,59). Sum of RGB (Red+Green+Blue) = 222+225+59=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE13B is #211EC4. Grayscale: #CDCDCD. Windows color (decimal): -2170565 or 3924446. OLE color: 3924446.

HSL color Cylindrical-coordinate representation of color #DEE13B: hue angle of 61.08º 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 #DEE13B is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22222559-
CMYK0.0100.740.12
HSL61.08º73.45%55.69%-
HSV(B)61.08º73.78%88.24%-
XYZ57.8469.714.54-
YUV205.1845.51140-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 225 (88.28% from 255) = 44.47%
BLUE value IS 59 (23.44% from 255) = 11.66%
R=43.87%
G=44.47%
B=11.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222225590.0100.740.1261.0873.4555.69
HexDEE13B104AC3d4938
Octal3363417310112147511170
Binary110111101110000111101110100101011001111011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE13B; }

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

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

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

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

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

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

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

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