#DBD739

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

Shades of Starship #DBD739

Tints of Starship #DBD739

Color information

#DBD739 (or 0xDBD739) is unknown color: approx Starship. HEX triplet: DB, D7 and 39. RGB value is (219,215,57). Sum of RGB (Red+Green+Blue) = 219+215+57=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD739 is #2428C6. Grayscale: #C6C6C6. Windows color (decimal): -2369735 or 3790811. OLE color: 3790811.

HSL color Cylindrical-coordinate representation of color #DBD739: hue angle of 58.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBD739 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB21921557-
CMYK00.020.740.14
HSL58.52º69.23%54.12%-
HSV(B)58.52º73.97%85.88%-
XYZ54.2563.9613.36-
YUV198.1848.33142.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.60%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 57 (22.66% from 255) = 11.61%
R=44.60%
G=43.79%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192155700.020.740.1458.5269.2354.12
HexDBD739024AE3b4536
Octal3333277102112167310566
Binary1101101111010111111001010100101011101110111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD739; }

 p { color: rgb(219,215,57); }

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

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

 a { background-color: rgb(219,215,57); }

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

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

 span { border-color: rgb(219,215,57); }

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