#DDDB40

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

Shades of Starship #DDDB40

Tints of Starship #DDDB40

Color information

#DDDB40 (or 0xDDDB40) is unknown color: approx Starship. HEX triplet: DD, DB and 40. RGB value is (221,219,64). Sum of RGB (Red+Green+Blue) = 221+219+64=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB40 is #2224BF. Grayscale: #CACACA. Windows color (decimal): -2237632 or 4250589. OLE color: 4250589.

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

Color convert

RGB22121964-
CMYK00.010.710.13
HSL59.24º69.78%55.88%-
HSV(B)59.24º71.04%86.67%-
XYZ56.0866.4114.71-
YUV201.9350.16141.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 219 (85.94% from 255) = 43.45%
BLUE value IS 64 (25.39% from 255) = 12.70%
R=43.85%
G=43.45%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212196400.010.710.1359.2469.7855.88
HexDDDB400147D3b4638
Octal33533310001107157310670
Binary1101110111011011100000001100011111011110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB40; }

 p { color: rgb(221,219,64); }

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

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

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

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

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

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

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