#DDDE3D

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

Shades of Starship #DDDE3D

Tints of Starship #DDDE3D

Color information

#DDDE3D (or 0xDDDE3D) is unknown color: approx Starship. HEX triplet: DD, DE and 3D. RGB value is (221,222,61). Sum of RGB (Red+Green+Blue) = 221+222+61=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE3D is #2221C2. Grayscale: #CBCBCB. Windows color (decimal): -2236867 or 4054749. OLE color: 4054749.

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

Color convert

RGB22122261-
CMYK0.0000.730.13
HSL60.37º70.93%55.49%-
HSV(B)60.37º72.52%87.06%-
XYZ56.7867.9514.54-
YUV203.3547.67140.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 61 (24.22% from 255) = 12.10%
R=43.85%
G=44.05%
B=12.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221222610.0000.730.1360.3770.9355.49
HexDDDE3D0049D3c4737
Octal3353367500111157410767
Binary110111011101111011110100100100111011111001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE3D; }

 p { color: rgb(221,222,61); }

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

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

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

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

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

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

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