#DBDA42

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

Shades of Starship #DBDA42

Tints of Starship #DBDA42

Color information

#DBDA42 (or 0xDBDA42) is unknown color: approx Starship. HEX triplet: DB, DA and 42. RGB value is (219,218,66). Sum of RGB (Red+Green+Blue) = 219+218+66=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA42 is #2425BD. Grayscale: #C9C9C9. Windows color (decimal): -2368958 or 4381403. OLE color: 4381403.

HSL color Cylindrical-coordinate representation of color #DBDA42: hue angle of 59.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBDA42 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB21921866-
CMYK00.000.700.14
HSL59.61º68%55.88%-
HSV(B)59.61º69.86%85.88%-
XYZ55.2765.614.9-
YUV200.9751.83140.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 66 (26.17% from 255) = 13.12%
R=43.54%
G=43.34%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192186600.000.700.1459.616855.88
HexDBDA420046E3c4438
Octal33333210200106167410470
Binary1101101111011010100001000100011011101111001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA42; }

 p { color: rgb(219,218,66); }

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

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

 a { background-color: rgb(219,218,66); }

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

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

 span { border-color: rgb(219,218,66); }

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