#dee03b

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

Shades of Starship #DEE03B

Tints of Starship #DEE03B

Color information

#DEE03B (or 0xDEE03B) is unknown color: approx Starship. HEX triplet: DE, E0 and 3B. RGB value is (222,224,59). Sum of RGB (Red+Green+Blue) = 222+224+59=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE03B is #211FC4. Grayscale: #CDCDCD. Windows color (decimal): -2170821 or 3924190. OLE color: 3924190.

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

Color convert

RGB22222459-
CMYK0.0100.740.12
HSL60.73º72.69%55.49%-
HSV(B)60.73º73.66%87.84%-
XYZ57.5769.1614.45-
YUV204.5945.84140.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 224 (87.89% from 255) = 44.36%
BLUE value IS 59 (23.44% from 255) = 11.68%
R=43.96%
G=44.36%
B=11.68%

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
Decimal222224590.0100.740.1260.7372.6955.49
HexDEE03B104AC3d4937
Octal3363407310112147511167
Binary110111101110000011101110100101011001111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dee03b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dee03b; }

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

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

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

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

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

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

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

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