#DDD73A

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

Shades of Starship #DDD73A

Tints of Starship #DDD73A

Color information

#DDD73A (or 0xDDD73A) is unknown color: approx Starship. HEX triplet: DD, D7 and 3A. RGB value is (221,215,58). Sum of RGB (Red+Green+Blue) = 221+215+58=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD73A is #2228C5. Grayscale: #C7C7C7. Windows color (decimal): -2238662 or 3856349. OLE color: 3856349.

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

Color convert

RGB22121558-
CMYK00.030.740.13
HSL57.79º70.56%54.71%-
HSV(B)57.79º73.76%86.67%-
XYZ54.8864.2813.52-
YUV198.948.49143.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 215 (84.38% from 255) = 43.52%
BLUE value IS 58 (23.05% from 255) = 11.74%
R=44.74%
G=43.52%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212155800.030.740.1357.7970.5654.71
HexDDD73A034AD3a4737
Octal3353277203112157210767
Binary1101110111010111111010011100101011011110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD73A; }

 p { color: rgb(221,215,58); }

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

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

 a { background-color: rgb(221,215,58); }

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

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

 span { border-color: rgb(221,215,58); }

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