#DDD73C

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

Shades of Starship #DDD73C

Tints of Starship #DDD73C

Color information

#DDD73C (or 0xDDD73C) is unknown color: approx Starship. HEX triplet: DD, D7 and 3C. RGB value is (221,215,60). Sum of RGB (Red+Green+Blue) = 221+215+60=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD73C is #2228C3. Grayscale: #C7C7C7. Windows color (decimal): -2238660 or 3987421. OLE color: 3987421.

HSL color Cylindrical-coordinate representation of color #DDD73C: hue angle of 57.76º 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 #DDD73C is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22121560-
CMYK00.030.730.13
HSL57.76º70.31%55.1%-
HSV(B)57.76º72.85%86.67%-
XYZ54.9364.313.79-
YUV199.1249.49143.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 215 (84.38% from 255) = 43.35%
BLUE value IS 60 (23.83% from 255) = 12.10%
R=44.56%
G=43.35%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212156000.030.730.1357.7670.3155.1
HexDDD73C0349D3a4637
Octal3353277403111157210667
Binary1101110111010111111100011100100111011110101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD73C; }

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

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

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

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

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

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

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

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