#DCDE3D

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

Shades of Starship #DCDE3D

Tints of Starship #DCDE3D

Color information

#DCDE3D (or 0xDCDE3D) is unknown color: approx Starship. HEX triplet: DC, DE and 3D. RGB value is (220,222,61). Sum of RGB (Red+Green+Blue) = 220+222+61=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE3D is #2321C2. Grayscale: #CBCBCB. Windows color (decimal): -2302403 or 4054748. OLE color: 4054748.

HSL color Cylindrical-coordinate representation of color #DCDE3D: hue angle of 60.75º 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 #DCDE3D is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22022261-
CMYK0.0100.730.13
HSL60.75º70.93%55.49%-
HSV(B)60.75º72.52%87.06%-
XYZ56.4867.814.52-
YUV203.0547.84140.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 222 (87.11% from 255) = 44.14%
BLUE value IS 61 (24.22% from 255) = 12.13%
R=43.74%
G=44.14%
B=12.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220222610.0100.730.1360.7570.9355.49
HexDCDE3D1049D3d4737
Octal3343367510111157510767
Binary110111001101111011110110100100111011111011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE3D; }

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

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

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

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

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

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

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

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