#dddd30

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

Shades of Starship #DDDD30

Tints of Starship #DDDD30

Color information

#DDDD30 (or 0xDDDD30) is unknown color: approx Starship. HEX triplet: DD, DD and 30. RGB value is (221,221,48). Sum of RGB (Red+Green+Blue) = 221+221+48=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD30 is #2222CF. Grayscale: #C9C9C9. Windows color (decimal): -2237136 or 3202525. OLE color: 3202525.

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

Color convert

RGB22122148-
CMYK000.780.13
HSL60º71.78%52.75%-
HSV(B)60º78.28%86.67%-
XYZ56.2167.312.82-
YUV201.2841.5142.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 221 (86.72% from 255) = 45.10%
BLUE value IS 48 (19.14% from 255) = 9.80%
R=45.10%
G=45.10%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122148000.780.136071.7852.75
HexDDDD30004ED3c4835
Octal3353356000116157411065
Binary110111011101110111000000100111011011111001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dddd30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dddd30; }

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

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

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

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

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

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

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

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