#dddb44

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

Shades of Starship #DDDB44

Tints of Starship #DDDB44

Color information

#DDDB44 (or 0xDDDB44) is unknown color: approx Starship. HEX triplet: DD, DB and 44. RGB value is (221,219,68). Sum of RGB (Red+Green+Blue) = 221+219+68=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 68 (26.95% from 255 or 13.39% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB44 is #2224BB. Grayscale: #CACACA. Windows color (decimal): -2237628 or 4512733. OLE color: 4512733.

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

Color convert

RGB22121968-
CMYK00.010.690.13
HSL59.22º69.23%56.67%-
HSV(B)59.22º69.23%86.67%-
XYZ56.1966.4515.33-
YUV202.3852.16141.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 219 (85.94% from 255) = 43.11%
BLUE value IS 68 (26.95% from 255) = 13.39%
R=43.50%
G=43.11%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212196800.010.690.1359.2269.2356.67
HexDDDB440145D3b4539
Octal33533310401105157310571
Binary1101110111011011100010001100010111011110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dddb44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dddb44; }

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

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

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

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

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

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

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

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