#DEEB45

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

Shades of Starship #DEEB45

Tints of Starship #DEEB45

Color information

#DEEB45 (or 0xDEEB45) is unknown color: approx Starship. HEX triplet: DE, EB and 45. RGB value is (222,235,69). Sum of RGB (Red+Green+Blue) = 222+235+69=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB45 is #2114BA. Grayscale: #D4D4D4. Windows color (decimal): -2167995 or 4582366. OLE color: 4582366.

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

Color convert

RGB22223569-
CMYK0.0600.710.08
HSL64.7º80.58%59.61%-
HSV(B)64.7º70.64%92.16%-
XYZ60.9175.3816.97-
YUV212.1947.19135-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 235 (92.19% from 255) = 44.68%
BLUE value IS 69 (27.34% from 255) = 13.12%
R=42.21%
G=44.68%
B=13.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222235690.0600.710.0864.780.5859.61
HexDEEB456047841513c
Octal336353105601071010112174
Binary1101111011101011100010111001000111100010000011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEB45; }

 p { color: rgb(222,235,69); }

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

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

 a { background-color: rgb(222,235,69); }

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

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

 span { border-color: rgb(222,235,69); }

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