#ddd933

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

Shades of Starship #DDD933

Tints of Starship #DDD933

Color information

#DDD933 (or 0xDDD933) is unknown color: approx Starship. HEX triplet: DD, D9 and 33. RGB value is (221,217,51). Sum of RGB (Red+Green+Blue) = 221+217+51=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 51 (20.31% from 255 or 10.43% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD933 is #2226CC. Grayscale: #C7C7C7. Windows color (decimal): -2238157 or 3398109. OLE color: 3398109.

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

Color convert

RGB22121751-
CMYK00.020.770.13
HSL58.59º71.43%53.33%-
HSV(B)58.59º76.92%86.67%-
XYZ55.2365.2412.81-
YUV199.2744.33143.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 51 (20.31% from 255) = 10.43%
R=45.19%
G=44.38%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212175100.020.770.1358.5971.4353.33
HexDDD933024DD3b4735
Octal3353316302115157310765
Binary1101110111011001110011010100110111011110111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd933; }

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

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

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

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

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

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

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

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