#DDDD33

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

Shades of Starship #DDDD33

Tints of Starship #DDDD33

Color information

#DDDD33 (or 0xDDDD33) is unknown color: approx Starship. HEX triplet: DD, DD and 33. RGB value is (221,221,51). Sum of RGB (Red+Green+Blue) = 221+221+51=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD33 is #2222CC. Grayscale: #CACACA. Windows color (decimal): -2237133 or 3399133. OLE color: 3399133.

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

Color convert

RGB22122151-
CMYK000.770.13
HSL60º71.43%53.33%-
HSV(B)60º76.92%86.67%-
XYZ56.2767.3213.16-
YUV201.6243141.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 51 (20.31% from 255) = 10.34%
R=44.83%
G=44.83%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122151000.770.136071.4353.33
HexDDDD33004DD3c4735
Octal3353356300115157410765
Binary110111011101110111001100100110111011111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD33; }

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

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

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

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

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

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

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

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