#DBE041

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

Shades of Starship #DBE041

Tints of Starship #DBE041

Color information

#DBE041 (or 0xDBE041) is unknown color: approx Starship. HEX triplet: DB, E0 and 41. RGB value is (219,224,65). Sum of RGB (Red+Green+Blue) = 219+224+65=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE041 is #241FBE. Grayscale: #CDCDCD. Windows color (decimal): -2367423 or 4317403. OLE color: 4317403.

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

Color convert

RGB21922465-
CMYK0.0200.710.12
HSL61.89º71.95%56.67%-
HSV(B)61.89º70.98%87.84%-
XYZ56.8268.7515.28-
YUV204.3849.34138.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.11%
GREEN value IS 224 (87.89% from 255) = 44.09%
BLUE value IS 65 (25.78% from 255) = 12.80%
R=43.11%
G=44.09%
B=12.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219224650.0200.710.1261.8971.9556.67
HexDBE0412047C3e4839
Octal33334010120107147611071
Binary11011011111000001000001100100011111001111101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE041; }

 p { color: rgb(219,224,65); }

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

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

 a { background-color: rgb(219,224,65); }

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

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

 span { border-color: rgb(219,224,65); }

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