#DDD93B

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

Shades of Starship #DDD93B

Tints of Starship #DDD93B

Color information

#DDD93B (or 0xDDD93B) is unknown color: approx Starship. HEX triplet: DD, D9 and 3B. RGB value is (221,217,59). Sum of RGB (Red+Green+Blue) = 221+217+59=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD93B is #2226C4. Grayscale: #C8C8C8. Windows color (decimal): -2238149 or 3922397. OLE color: 3922397.

HSL color Cylindrical-coordinate representation of color #DDD93B: hue angle of 58.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDD93B is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22121759-
CMYK00.020.730.13
HSL58.52º70.43%54.9%-
HSV(B)58.52º73.3%86.67%-
XYZ55.4265.3113.82-
YUV200.1848.33142.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 59 (23.44% from 255) = 11.87%
R=44.47%
G=43.66%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212175900.020.730.1358.5270.4354.9
HexDDD93B0249D3b4637
Octal3353317302111157310667
Binary1101110111011001111011010100100111011110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD93B; }

 p { color: rgb(221,217,59); }

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

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

 a { background-color: rgb(221,217,59); }

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

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

 span { border-color: rgb(221,217,59); }

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