#DDD538

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

Shades of Starship #DDD538

Tints of Starship #DDD538

Color information

#DDD538 (or 0xDDD538) is unknown color: approx Starship. HEX triplet: DD, D5 and 38. RGB value is (221,213,56). Sum of RGB (Red+Green+Blue) = 221+213+56=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD538 is #222AC7. Grayscale: #C6C6C6. Windows color (decimal): -2239176 or 3724765. OLE color: 3724765.

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

Color convert

RGB22121356-
CMYK00.040.750.13
HSL57.09º70.82%54.31%-
HSV(B)57.09º74.66%86.67%-
XYZ54.3363.2513.09-
YUV197.4948.15144.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 56 (22.27% from 255) = 11.43%
R=45.10%
G=43.47%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212135600.040.750.1357.0970.8254.31
HexDDD538044BD394736
Octal3353257004113157110766
Binary11011101110101011110000100100101111011110011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD538; }

 p { color: rgb(221,213,56); }

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

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

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

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

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

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

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